#860D4C

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

Shades of Pompadour #860D4C

Tints of Pompadour #860D4C

Color information

#860D4C (or 0x860D4C) is unknown color: approx Pompadour. HEX triplet: 86, 0D and 4C. RGB value is (134,13,76). Sum of RGB (Red+Green+Blue) = 134+13+76=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D4C is #79F2B3. Grayscale: #383838. Windows color (decimal): -7991988 or 4984198. OLE color: 4984198.

HSL color Cylindrical-coordinate representation of color #860D4C: hue angle of 328.76º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D4C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1341376-
CMYK00.900.430.47
HSL328.76º82.31%28.82%-
HSV(B)328.76º90.3%52.55%-
XYZ11.285.887.38-
YUV56.36139.09183.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 13 (5.47% from 255) = 5.83%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=60.09%
G=5.83%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134137600.900.430.47328.7682.3128.82
Hex86D4C05A2B2F149521d
Octal206151140132535751112235
Binary100001101101100110001011010101011101111101001001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,13,76); }

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

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

 a { background-color: rgb(134,13,76); }

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

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

 span { border-color: rgb(134,13,76); }

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