Html Css Color HEX #871416 Sangria

📋 copy color: '#871416'

red 135 ◦ green 20 ◦ blue 22

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

Shades of Sangria #871416

Tints of Sangria #871416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 76.27%
G = 11.3%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871416 (or 0x871416) is known color: Sangria. HEX triplet: 87, 14 and 16. RGB value is (135,20,22). Sum of RGB (Red+Green+Blue) = 135+20+22=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871416 is #78EBE9. Grayscale: #363636. Windows color (decimal): -7924714 or 1447047. OLE color: 1447047.

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

Color convert

RGB 135 20 22 -
CMYK 0 0.85 0.84 0.47
HSL 358.96º 0.74% 0.3% -
HSV(B) 358.96º 0.85% 0.53% -
XYZ 10.39 5.71 1.31 -
YUV 54.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 135 20 22 0 0.85 0.84 0.47 358.96 0.74 0.3
Hex 87 14 16 0 55 54 2F 167 4A 1E
Octal 207 24 26 0 125 124 57 547 112 36
Binary 10000111 10100 10110 0 1010101 1010100 101111 101100111 1001010 11110

Color Harmonies of #871416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871416

Black with #871416

Text Example


Text Example

White with #871416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871416; }

 p { color: rgb(135,20,22); }

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

background-color css

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

 a { background-color: rgb(135,20,22); }

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

border-color css

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

 span { border-color: rgb(135,20,22); }

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