#6F1942

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

Shades of Pompadour #6F1942

Tints of Pompadour #6F1942

Color information

#6F1942 (or 0x6F1942) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 42. RGB value is (111,25,66). Sum of RGB (Red+Green+Blue) = 111+25+66=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1942 is #90E6BD. Grayscale: #373737. Windows color (decimal): -9496254 or 4331887. OLE color: 4331887.

HSL color Cylindrical-coordinate representation of color #6F1942: hue angle of 331.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1942 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1112566-
CMYK00.770.410.56
HSL331.4º63.24%26.67%-
HSV(B)331.4º77.48%43.53%-
XYZ7.894.475.6-
YUV55.39133.99167.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=54.95%
G=12.38%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111256600.770.410.56331.463.2426.67
Hex6F194204D293814b3f1b
Octal15731102011551705137733
Binary11011111100110000100100110110100111100010100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,66); }

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

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

 a { background-color: rgb(111,25,66); }

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

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

 span { border-color: rgb(111,25,66); }

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