#6F1439

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

Shades of Pompadour #6F1439

Tints of Pompadour #6F1439

Color information

#6F1439 (or 0x6F1439) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 39. RGB value is (111,20,57). Sum of RGB (Red+Green+Blue) = 111+20+57=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1439 is #90EBC6. Grayscale: #333333. Windows color (decimal): -9497543 or 3740783. OLE color: 3740783.

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

Color convert

RGB1112057-
CMYK00.820.490.56
HSL335.6º69.47%25.69%-
HSV(B)335.6º81.98%43.53%-
XYZ7.544.184.28-
YUV51.43131.15170.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=59.04%
G=10.64%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111205700.820.490.56335.669.4725.69
Hex6F14390523138150451a
Octal15724710122617052010532
Binary11011111010011100101010010110001111000101010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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