#6F1839

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

Shades of Pompadour #6F1839

Tints of Pompadour #6F1839

Color information

#6F1839 (or 0x6F1839) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 39. RGB value is (111,24,57). Sum of RGB (Red+Green+Blue) = 111+24+57=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1839 is #90E7C6. Grayscale: #353535. Windows color (decimal): -9496519 or 3741807. OLE color: 3741807.

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

Color convert

RGB1112457-
CMYK00.780.490.56
HSL337.24º64.44%26.47%-
HSV(B)337.24º78.38%43.53%-
XYZ7.624.334.3-
YUV53.78129.82168.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=57.81%
G=12.5%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111245700.780.490.56337.2464.4426.47
Hex6F183904E3138151401a
Octal15730710116617052110032
Binary11011111100011100101001110110001111000101010001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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