#6F2549

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

Shades of Pompadour #6F2549

Tints of Pompadour #6F2549

Color information

#6F2549 (or 0x6F2549) is unknown color: approx Pompadour. HEX triplet: 6F, 25 and 49. RGB value is (111,37,73). Sum of RGB (Red+Green+Blue) = 111+37+73=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2549 is #90DAB6. Grayscale: #3F3F3F. Windows color (decimal): -9493175 or 4793711. OLE color: 4793711.

HSL color Cylindrical-coordinate representation of color #6F2549: hue angle of 330.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2549 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1113773-
CMYK00.670.340.56
HSL330.81º50%29.02%-
HSV(B)330.81º66.67%43.53%-
XYZ8.425.186.86-
YUV63.23133.52162.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=50.23%
G=16.74%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111377300.670.340.56330.815029.02
Hex6F2549043223814b321d
Octal15745111010342705136235
Binary110111110010110010010100001110001011100010100101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,73); }

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

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

 a { background-color: rgb(111,37,73); }

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

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

 span { border-color: rgb(111,37,73); }

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