Html Css Color HEX #870F11 Sangria

📋 copy color: '#870F11'

red 135 ◦ green 15 ◦ blue 17

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

Shades of Sangria #870F11

Tints of Sangria #870F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 80.84%
G = 8.98%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870F11 (or 0x870F11) is known color: Sangria. HEX triplet: 87, 0F and 11. RGB value is (135,15,17). Sum of RGB (Red+Green+Blue) = 135+15+17=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #870F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F11 is #78F0EE. Grayscale: #333333. Windows color (decimal): -7925999 or 1118087. OLE color: 1118087.

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

Color convert

RGB 135 15 17 -
CMYK 0 0.89 0.87 0.47
HSL 359º 0.8% 0.29% -
HSV(B) 359º 0.89% 0.53% -
XYZ 10.26 5.53 1.06 -
YUV 51.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 135 15 17 0 0.89 0.87 0.47 359 0.8 0.29
Hex 87 F 11 0 59 57 2F 167 50 1D
Octal 207 17 21 0 131 127 57 547 120 35
Binary 10000111 1111 10001 0 1011001 1010111 101111 101100111 1010000 11101

Color Harmonies of #870F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F11

Black with #870F11

Text Example


Text Example

White with #870F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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