#6F2149

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

Shades of Pompadour #6F2149

Tints of Pompadour #6F2149

Color information

#6F2149 (or 0x6F2149) is unknown color: approx Pompadour. HEX triplet: 6F, 21 and 49. RGB value is (111,33,73). Sum of RGB (Red+Green+Blue) = 111+33+73=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2149 is #90DEB6. Grayscale: #3C3C3C. Windows color (decimal): -9494199 or 4792687. OLE color: 4792687.

HSL color Cylindrical-coordinate representation of color #6F2149: hue angle of 329.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2149 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1113373-
CMYK00.700.340.56
HSL329.23º54.17%28.24%-
HSV(B)329.23º70.27%43.53%-
XYZ8.34.956.82-
YUV60.88134.84163.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=51.15%
G=15.21%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111337300.700.340.56329.2354.1728.24
Hex6F21490462238149361c
Octal15741111010642705116634
Binary110111110000110010010100011010001011100010100100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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