Html Css Color HEX #870F17 Carmine

📋 copy color: '#870F17'

red 135 ◦ green 15 ◦ blue 23

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

Shades of Carmine #870F17

Tints of Carmine #870F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

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

R = 78.03%
G = 8.67%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870F17 (or 0x870F17) is known color: Carmine. HEX triplet: 87, 0F and 17. RGB value is (135,15,23). Sum of RGB (Red+Green+Blue) = 135+15+23=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F17 is #78F0E8. Grayscale: #333333. Windows color (decimal): -7925993 or 1511303. OLE color: 1511303.

HSL color Cylindrical-coordinate representation of color #870F17: hue angle of 356º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F17 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 23 -
CMYK 0 0.89 0.83 0.47
HSL 356º 0.8% 0.29% -
HSV(B) 356º 0.89% 0.53% -
XYZ 10.32 5.55 1.34 -
YUV 51.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 135 15 23 0 0.89 0.83 0.47 356 0.8 0.29
Hex 87 F 17 0 59 53 2F 164 50 1D
Octal 207 17 27 0 131 123 57 544 120 35
Binary 10000111 1111 10111 0 1011001 1010011 101111 101100100 1010000 11101

Color Harmonies of #870F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F17

Black with #870F17

Text Example


Text Example

White with #870F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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