Html Css Color HEX #870211 Sangria

📋 copy color: '#870211'

red 135 ◦ green 2 ◦ blue 17

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

Shades of Sangria #870211

Tints of Sangria #870211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 87.66%
G = 1.3%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870211 (or 0x870211) is known color: Sangria. HEX triplet: 87, 02 and 11. RGB value is (135,2,17). Sum of RGB (Red+Green+Blue) = 135+2+17=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870211 is #78FDEE. Grayscale: #2B2B2B. Windows color (decimal): -7929327 or 1114759. OLE color: 1114759.

HSL color Cylindrical-coordinate representation of color #870211: hue angle of 353.23º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870211 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 2 17 -
CMYK 0 0.99 0.87 0.47
HSL 353.23º 0.97% 0.27% -
HSV(B) 353.23º 0.99% 0.53% -
XYZ 10.11 5.23 1.01 -
YUV 43.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 135 2 17 0 0.99 0.87 0.47 353.23 0.97 0.27
Hex 87 2 11 0 63 57 2F 161 61 1B
Octal 207 2 21 0 143 127 57 541 141 33
Binary 10000111 10 10001 0 1100011 1010111 101111 101100001 1100001 11011

Color Harmonies of #870211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870211

Black with #870211

Text Example


Text Example

White with #870211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870211; }

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

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

background-color css

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

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

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

border-color css

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

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

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