#6C2C52

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

Shades of Pompadour #6C2C52

Tints of Pompadour #6C2C52

Color information

#6C2C52 (or 0x6C2C52) is unknown color: approx Pompadour. HEX triplet: 6C, 2C and 52. RGB value is (108,44,82). Sum of RGB (Red+Green+Blue) = 108+44+82=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2C52 is #93D3AD. Grayscale: #434343. Windows color (decimal): -9687982 or 5385324. OLE color: 5385324.

HSL color Cylindrical-coordinate representation of color #6C2C52: hue angle of 324.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C2C52 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1084482-
CMYK00.590.240.58
HSL324.38º42.11%29.8%-
HSV(B)324.38º59.26%42.35%-
XYZ8.615.68.61-
YUV67.47136.2156.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.15%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=46.15%
G=18.80%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108448200.590.240.58324.3842.1129.8
Hex6C2C5203B183A1442a1e
Octal1545412207330725045236
Binary1101100101100101001001110111100011101010100010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,44,82); }

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

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

 a { background-color: rgb(108,44,82); }

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

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

 span { border-color: rgb(108,44,82); }

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