#6D194C

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

Shades of Pompadour #6D194C

Tints of Pompadour #6D194C

Color information

#6D194C (or 0x6D194C) is unknown color: approx Pompadour. HEX triplet: 6D, 19 and 4C. RGB value is (109,25,76). Sum of RGB (Red+Green+Blue) = 109+25+76=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D194C is #92E6B3. Grayscale: #373737. Windows color (decimal): -9627316 or 4987245. OLE color: 4987245.

HSL color Cylindrical-coordinate representation of color #6D194C: hue angle of 323.57º 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 #6D194C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB1092576-
CMYK00.770.300.57
HSL323.57º62.69%26.27%-
HSV(B)323.57º77.06%42.75%-
XYZ7.964.477.28-
YUV55.93139.33165.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=51.90%
G=11.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109257600.770.300.57323.5762.6926.27
Hex6D194C04D1E391443f1a
Octal15531114011536715047732
Binary1101101110011001100010011011111011100110100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,25,76); }

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

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

 a { background-color: rgb(109,25,76); }

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

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

 span { border-color: rgb(109,25,76); }

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