#860A44

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

Shades of Pompadour #860A44

Tints of Pompadour #860A44

Color information

#860A44 (or 0x860A44) is unknown color: approx Pompadour. HEX triplet: 86, 0A and 44. RGB value is (134,10,68). Sum of RGB (Red+Green+Blue) = 134+10+68=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #860A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A44 is #79F5BB. Grayscale: #353535. Windows color (decimal): -7992764 or 4459142. OLE color: 4459142.

HSL color Cylindrical-coordinate representation of color #860A44: hue angle of 331.94º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A44 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1341068-
CMYK00.930.490.47
HSL331.94º86.11%28.24%-
HSV(B)331.94º92.54%52.55%-
XYZ10.985.75.99-
YUV53.69136.08185.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.21%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 68 (26.95% from 255) = 32.08%
R=63.21%
G=4.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134106800.930.490.47331.9486.1128.24
Hex86A4405D312F14c561c
Octal206121040135615751412634
Binary100001101010100010001011101110001101111101001100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,68); }

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

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

 a { background-color: rgb(134,10,68); }

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

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

 span { border-color: rgb(134,10,68); }

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