#870014

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

Shades of Carmine #870014

Tints of Carmine #870014

Color information

#870014 (or 0x870014) is unknown color: approx Carmine. HEX triplet: 87, 00 and 14. RGB value is (135,0,20). Sum of RGB (Red+Green+Blue) = 135+0+20=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870014 is #78FFEB. Grayscale: #2A2A2A. Windows color (decimal): -7929836 or 1310855. OLE color: 1310855.

HSL color Cylindrical-coordinate representation of color #870014: hue angle of 351.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB135020-
CMYK010.850.47
HSL351.11º100%26.47%-
HSV(B)351.11º100%52.94%-
XYZ10.125.21.13-
YUV42.64115.23193.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=87.10%
G=0%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135020010.850.47351.1110026.47
Hex87014064552F15f641a
Octal20702401441255753714432
Binary10000111010100011001001010101101111101011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870014; }

 p { color: rgb(135,0,20); }

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

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

 a { background-color: rgb(135,0,20); }

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

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

 span { border-color: rgb(135,0,20); }

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