#6D2545

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

Shades of Pompadour #6D2545

Tints of Pompadour #6D2545

Color information

#6D2545 (or 0x6D2545) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 45. RGB value is (109,37,69). Sum of RGB (Red+Green+Blue) = 109+37+69=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2545 is #92DABA. Grayscale: #3E3E3E. Windows color (decimal): -9624251 or 4531565. OLE color: 4531565.

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

Color convert

RGB1093769-
CMYK00.660.370.57
HSL333.33º49.32%28.63%-
HSV(B)333.33º66.06%42.75%-
XYZ8.0456.17-
YUV62.18131.85161.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=50.70%
G=17.21%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109376900.660.370.57333.3349.3228.63
Hex6D2545042253914d311d
Octal15545105010245715156135
Binary110110110010110001010100001010010111100110100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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