#6F1447

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

Shades of Pompadour #6F1447

Tints of Pompadour #6F1447

Color information

#6F1447 (or 0x6F1447) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 47. RGB value is (111,20,71). Sum of RGB (Red+Green+Blue) = 111+20+71=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1447 is #90EBB8. Grayscale: #343434. Windows color (decimal): -9497529 or 4658287. OLE color: 4658287.

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

Color convert

RGB1112071-
CMYK00.820.360.56
HSL326.37º69.47%25.69%-
HSV(B)326.37º81.98%43.53%-
XYZ7.944.336.38-
YUV53.02138.15169.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=54.95%
G=9.90%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111207100.820.360.56326.3769.4725.69
Hex6F14470522438146451a
Octal157241070122447050610532
Binary110111110100100011101010010100100111000101000110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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