#6B194A

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

Shades of Pompadour #6B194A

Tints of Pompadour #6B194A

Color information

#6B194A (or 0x6B194A) is unknown color: approx Pompadour. HEX triplet: 6B, 19 and 4A. RGB value is (107,25,74). Sum of RGB (Red+Green+Blue) = 107+25+74=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B194A is #94E6B5. Grayscale: #363636. Windows color (decimal): -9758390 or 4856171. OLE color: 4856171.

HSL color Cylindrical-coordinate representation of color #6B194A: hue angle of 324.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B194A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1072574-
CMYK00.770.310.58
HSL324.15º62.12%25.88%-
HSV(B)324.15º76.64%41.96%-
XYZ7.654.326.91-
YUV55.1138.67165.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=51.94%
G=12.14%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107257400.770.310.58324.1562.1225.88
Hex6B194A04D1F3A1443e1a
Octal15331112011537725047632
Binary1101011110011001010010011011111111101010100010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,25,74); }

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

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

 a { background-color: rgb(107,25,74); }

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

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

 span { border-color: rgb(107,25,74); }

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