#6d0f52

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

Shades of Pompadour #6D0F52

Tints of Pompadour #6D0F52

Color information

#6D0F52 (or 0x6D0F52) is unknown color: approx Pompadour. HEX triplet: 6D, 0F and 52. RGB value is (109,15,82). Sum of RGB (Red+Green+Blue) = 109+15+82=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F52 is #92F0AD. Grayscale: #323232. Windows color (decimal): -9629870 or 5377901. OLE color: 5377901.

HSL color Cylindrical-coordinate representation of color #6D0F52: hue angle of 317.23º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F52 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1091582-
CMYK00.860.250.57
HSL317.23º75.81%24.31%-
HSV(B)317.23º86.24%42.75%-
XYZ84.28.37-
YUV50.74145.64169.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=52.91%
G=7.28%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109158200.860.250.57317.2375.8124.31
Hex6DF52056193913d4c18
Octal155171220126317147511430
Binary1101101111110100100101011011001111001100111101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d0f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,82); }

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

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

 a { background-color: rgb(109,15,82); }

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

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

 span { border-color: rgb(109,15,82); }

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