Html Css Color HEX #870D17 Carmine

📋 copy color: '#870D17'

red 135 ◦ green 13 ◦ blue 23

#870D17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #870D17

Tints of Carmine #870D17

RGB

 RED value IS 135 (53.13% from 255) = 78.95%

 GREEN value IS 13 (5.47% from 255) = 7.6%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 78.95%
G = 7.6%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870D17 (or 0x870D17) is known color: Carmine. HEX triplet: 87, 0D and 17. RGB value is (135,13,23). Sum of RGB (Red+Green+Blue) = 135+13+23=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #870D17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D17 is #78F2E8. Grayscale: #323232. Windows color (decimal): -7926505 or 1510791. OLE color: 1510791.

HSL color Cylindrical-coordinate representation of color #870D17: hue angle of 355.08º 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 #870D17 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 23 -
CMYK 0 0.90 0.83 0.47
HSL 355.08º 0.82% 0.29% -
HSV(B) 355.08º 0.9% 0.53% -
XYZ 10.29 5.5 1.33 -
YUV 50.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 135 13 23 0 0.90 0.83 0.47 355.08 0.82 0.29
Hex 87 D 17 0 5A 53 2F 163 52 1D
Octal 207 15 27 0 132 123 57 543 122 35
Binary 10000111 1101 10111 0 1011010 1010011 101111 101100011 1010010 11101

Color Harmonies of #870D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D17

Black with #870D17

Text Example


Text Example

White with #870D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D17; }

 p { color: rgb(135,13,23); }

 H1.HeaderClassName
 {
   color: #870D17;
 }
 .AnyTagClassName
 {
   color: #870D17;
 }
</style>

background-color css

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

 a { background-color: rgb(135,13,23); }

 div.DivClassName
 {
   background-color: #870D17;
 }
 .BgClassName
 {
   background-color: #870D17;
 }
</style>

border-color css

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

 span { border-color: rgb(135,13,23); }

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