#860A43

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

Shades of Pompadour #860A43

Tints of Pompadour #860A43

Color information

#860A43 (or 0x860A43) is unknown color: approx Pompadour. HEX triplet: 86, 0A and 43. RGB value is (134,10,67). Sum of RGB (Red+Green+Blue) = 134+10+67=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #860A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A43 is #79F5BC. Grayscale: #353535. Windows color (decimal): -7992765 or 4393606. OLE color: 4393606.

HSL color Cylindrical-coordinate representation of color #860A43: hue angle of 332.42º 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 #860A43 is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1341067-
CMYK00.930.50.47
HSL332.42º86.11%28.24%-
HSV(B)332.42º92.54%52.55%-
XYZ10.955.695.83-
YUV53.57135.58185.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=63.51%
G=4.74%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134106700.930.50.47332.4286.1128.24
Hex86A4305D322F14c561c
Octal206121030135625751412634
Binary100001101010100001101011101110010101111101001100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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