Html Css Color HEX #870911 Sangria

📋 copy color: '#870911'

red 135 ◦ green 9 ◦ blue 17

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

Shades of Sangria #870911

Tints of Sangria #870911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 83.85%
G = 5.59%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870911 (or 0x870911) is known color: Sangria. HEX triplet: 87, 09 and 11. RGB value is (135,9,17). Sum of RGB (Red+Green+Blue) = 135+9+17=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870911 is #78F6EE. Grayscale: #2F2F2F. Windows color (decimal): -7927535 or 1116551. OLE color: 1116551.

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

Color convert

RGB 135 9 17 -
CMYK 0 0.93 0.87 0.47
HSL 356.19º 0.88% 0.28% -
HSV(B) 356.19º 0.93% 0.53% -
XYZ 10.19 5.39 1.03 -
YUV 47.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 135 9 17 0 0.93 0.87 0.47 356.19 0.88 0.28
Hex 87 9 11 0 5D 57 2F 164 58 1C
Octal 207 11 21 0 135 127 57 544 130 34
Binary 10000111 1001 10001 0 1011101 1010111 101111 101100100 1011000 11100

Color Harmonies of #870911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870911

Black with #870911

Text Example


Text Example

White with #870911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870911; }

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

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

background-color css

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

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

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

border-color css

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

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

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