#6D2544

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

Shades of Pompadour #6D2544

Tints of Pompadour #6D2544

Color information

#6D2544 (or 0x6D2544) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 44. RGB value is (109,37,68). Sum of RGB (Red+Green+Blue) = 109+37+68=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2544 is #92DABB. Grayscale: #3E3E3E. Windows color (decimal): -9624252 or 4466029. OLE color: 4466029.

HSL color Cylindrical-coordinate representation of color #6D2544: hue angle of 334.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2544 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1093768-
CMYK00.660.380.57
HSL334.17º49.32%28.63%-
HSV(B)334.17º66.06%42.75%-
XYZ8.014.996.01-
YUV62.06131.35161.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=50.93%
G=17.29%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109376800.660.380.57334.1749.3228.63
Hex6D2544042263914e311d
Octal15545104010246715166135
Binary110110110010110001000100001010011011100110100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,68); }

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

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

 a { background-color: rgb(109,37,68); }

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

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

 span { border-color: rgb(109,37,68); }

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