#6F1449

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

Shades of Pompadour #6F1449

Tints of Pompadour #6F1449

Color information

#6F1449 (or 0x6F1449) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 49. RGB value is (111,20,73). Sum of RGB (Red+Green+Blue) = 111+20+73=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1449 is #90EBB6. Grayscale: #353535. Windows color (decimal): -9497527 or 4789359. OLE color: 4789359.

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

Color convert

RGB1112073-
CMYK00.820.340.56
HSL325.05º69.47%25.69%-
HSV(B)325.05º81.98%43.53%-
XYZ8.014.366.72-
YUV53.25139.15169.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=54.41%
G=9.80%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111207300.820.340.56325.0569.4725.69
Hex6F14490522238145451a
Octal157241110122427050510532
Binary110111110100100100101010010100010111000101000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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