Html Css Color HEX #871011 Sangria

📋 copy color: '#871011'

red 135 ◦ green 16 ◦ blue 17

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

Shades of Sangria #871011

Tints of Sangria #871011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 80.36%
G = 9.52%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#871011 (or 0x871011) is known color: Sangria. HEX triplet: 87, 10 and 11. RGB value is (135,16,17). Sum of RGB (Red+Green+Blue) = 135+16+17=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #871011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871011 is #78EFEE. Grayscale: #333333. Windows color (decimal): -7925743 or 1118343. OLE color: 1118343.

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

Color convert

RGB 135 16 17 -
CMYK 0 0.88 0.87 0.47
HSL 359.5º 0.79% 0.3% -
HSV(B) 359.5º 0.88% 0.53% -
XYZ 10.28 5.56 1.06 -
YUV 51.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 135 16 17 0 0.88 0.87 0.47 359.5 0.79 0.3
Hex 87 10 11 0 58 57 2F 167 4F 1E
Octal 207 20 21 0 130 127 57 547 117 36
Binary 10000111 10000 10001 0 1011000 1010111 101111 101100111 1001111 11110

Color Harmonies of #871011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871011

Black with #871011

Text Example


Text Example

White with #871011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871011; }

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

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

background-color css

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

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

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

border-color css

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

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

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