#860F42

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

Shades of Pompadour #860F42

Tints of Pompadour #860F42

Color information

#860F42 (or 0x860F42) is unknown color: approx Pompadour. HEX triplet: 86, 0F and 42. RGB value is (134,15,66). Sum of RGB (Red+Green+Blue) = 134+15+66=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #860F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F42 is #79F0BD. Grayscale: #383838. Windows color (decimal): -7991486 or 4329350. OLE color: 4329350.

HSL color Cylindrical-coordinate representation of color #860F42: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F42 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1341566-
CMYK00.890.510.47
HSL334.29º79.87%29.22%-
HSV(B)334.29º88.81%52.55%-
XYZ10.995.85.7-
YUV56.4133.42183.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=62.33%
G=6.98%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134156600.890.510.47334.2979.8729.22
Hex86F42059332F14e501d
Octal206171020131635751612035
Binary100001101111100001001011001110011101111101001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860F42; }

 p { color: rgb(134,15,66); }

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

<style>
 a { background-color: #860F42; }

 a { background-color: rgb(134,15,66); }

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

<style>
 span { border-color: #860F42; }

 span { border-color: rgb(134,15,66); }

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