#6F2147

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

Shades of Pompadour #6F2147

Tints of Pompadour #6F2147

Color information

#6F2147 (or 0x6F2147) is unknown color: approx Pompadour. HEX triplet: 6F, 21 and 47. RGB value is (111,33,71). Sum of RGB (Red+Green+Blue) = 111+33+71=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2147 is #90DEB8. Grayscale: #3C3C3C. Windows color (decimal): -9494201 or 4661615. OLE color: 4661615.

HSL color Cylindrical-coordinate representation of color #6F2147: hue angle of 330.77º 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 #6F2147 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1113371-
CMYK00.700.360.56
HSL330.77º54.17%28.24%-
HSV(B)330.77º70.27%43.53%-
XYZ8.244.926.48-
YUV60.65133.84163.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=51.63%
G=15.35%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111337100.700.360.56330.7754.1728.24
Hex6F2147046243814b361c
Octal15741107010644705136634
Binary110111110000110001110100011010010011100010100101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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