#6d0f4f

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

Shades of Pompadour #6D0F4F

Tints of Pompadour #6D0F4F

Color information

#6D0F4F (or 0x6D0F4F) is unknown color: approx Pompadour. HEX triplet: 6D, 0F and 4F. RGB value is (109,15,79). Sum of RGB (Red+Green+Blue) = 109+15+79=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F4F is #92F0B0. Grayscale: #323232. Windows color (decimal): -9629873 or 5181293. OLE color: 5181293.

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

Color convert

RGB1091579-
CMYK00.860.280.57
HSL319.15º75.81%24.31%-
HSV(B)319.15º86.24%42.75%-
XYZ7.894.167.78-
YUV50.4144.14169.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=53.69%
G=7.39%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109157900.860.280.57319.1575.8124.31
Hex6DF4F0561C3913f4c18
Octal155171170126347147711430
Binary1101101111110011110101011011100111001100111111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d0f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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