#6F2047

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

Shades of Pompadour #6F2047

Tints of Pompadour #6F2047

Color information

#6F2047 (or 0x6F2047) is unknown color: approx Pompadour. HEX triplet: 6F, 20 and 47. RGB value is (111,32,71). Sum of RGB (Red+Green+Blue) = 111+32+71=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2047 is #90DFB8. Grayscale: #3B3B3B. Windows color (decimal): -9494457 or 4661359. OLE color: 4661359.

HSL color Cylindrical-coordinate representation of color #6F2047: hue angle of 330.38º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2047 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1113271-
CMYK00.710.360.56
HSL330.38º55.24%28.04%-
HSV(B)330.38º71.17%43.53%-
XYZ8.214.876.47-
YUV60.07134.17164.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=51.87%
G=14.95%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111327100.710.360.56330.3855.2428.04
Hex6F2047047243814a371c
Octal15740107010744705126734
Binary110111110000010001110100011110010011100010100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,71); }

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

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

 a { background-color: rgb(111,32,71); }

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

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

 span { border-color: rgb(111,32,71); }

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