#6F1841

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

Shades of Pompadour #6F1841

Tints of Pompadour #6F1841

Color information

#6F1841 (or 0x6F1841) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 41. RGB value is (111,24,65). Sum of RGB (Red+Green+Blue) = 111+24+65=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1841 is #90E7BE. Grayscale: #363636. Windows color (decimal): -9496511 or 4266095. OLE color: 4266095.

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

Color convert

RGB1112465-
CMYK00.780.410.56
HSL331.72º64.44%26.47%-
HSV(B)331.72º78.38%43.53%-
XYZ7.844.415.44-
YUV54.69133.82168.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=55.5%
G=12%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111246500.780.410.56331.7264.4426.47
Hex6F184104E293814c401a
Octal157301010116517051410032
Binary110111111000100000101001110101001111000101001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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