#6E134A

Color #6E134A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6E134A

Tints of Pompadour #6E134A

Color information

#6E134A (or 0x6E134A) is unknown color: approx Pompadour. HEX triplet: 6E, 13 and 4A. RGB value is (110,19,74). Sum of RGB (Red+Green+Blue) = 110+19+74=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E134A is #91ECB5. Grayscale: #343434. Windows color (decimal): -9563318 or 4854638. OLE color: 4854638.

HSL color Cylindrical-coordinate representation of color #6E134A: hue angle of 323.74º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E134A is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1101974-
CMYK00.830.330.57
HSL323.74º70.54%25.29%-
HSV(B)323.74º82.73%43.14%-
XYZ7.94.286.89-
YUV52.48140.15169.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 54.19%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=54.19%
G=9.36%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110197400.830.330.57323.7470.5425.29
Hex6E134A05321391444719
Octal156231120123417150410731
Binary110111010011100101001010011100001111001101000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E134A; }

 p { color: rgb(110,19,74); }

 H1.HeaderClassName
 {
   color: #6E134A;
 }
 .AnyTagClassName
 {
   color: #6E134A;
 }
</style>
background-color css

<style>
 a { background-color: #6E134A; }

 a { background-color: rgb(110,19,74); }

 div.DivClassName
 {
   background-color: #6E134A;
 }
 .BgClassName
 {
   background-color: #6E134A;
 }
</style>
border-color css

<style>
 span { border-color: #6E134A; }

 span { border-color: rgb(110,19,74); }

 td.TdClassName
 {
   border-color: #6E134A;
 }
 .TagClassName
 {
   border-color: #6E134A;
 }
</style>