#6E194B

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

Shades of Pompadour #6E194B

Tints of Pompadour #6E194B

Color information

#6E194B (or 0x6E194B) is unknown color: approx Pompadour. HEX triplet: 6E, 19 and 4B. RGB value is (110,25,75). Sum of RGB (Red+Green+Blue) = 110+25+75=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E194B is #91E6B4. Grayscale: #383838. Windows color (decimal): -9561781 or 4921710. OLE color: 4921710.

HSL color Cylindrical-coordinate representation of color #6E194B: hue angle of 324.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E194B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1102575-
CMYK00.770.320.57
HSL324.71º62.96%26.47%-
HSV(B)324.71º77.27%43.14%-
XYZ8.054.527.1-
YUV56.11138.66166.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.38%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=52.38%
G=11.90%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110257500.770.320.57324.7162.9626.47
Hex6E194B04D20391453f1a
Octal15631113011540715057732
Binary11011101100110010110100110110000011100110100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,25,75); }

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

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

 a { background-color: rgb(110,25,75); }

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

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

 span { border-color: rgb(110,25,75); }

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