Html Css Color HEX #871016 Sangria

📋 copy color: '#871016'

red 135 ◦ green 16 ◦ blue 22

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

Shades of Sangria #871016

Tints of Sangria #871016

RGB

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

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

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

R = 78.03%
G = 9.25%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871016 (or 0x871016) is known color: Sangria. HEX triplet: 87, 10 and 16. RGB value is (135,16,22). Sum of RGB (Red+Green+Blue) = 135+16+22=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #871016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871016 is #78EFE9. Grayscale: #343434. Windows color (decimal): -7925738 or 1446023. OLE color: 1446023.

HSL color Cylindrical-coordinate representation of color #871016: hue angle of 356.97º 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 #871016 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 22 -
CMYK 0 0.88 0.84 0.47
HSL 356.97º 0.79% 0.3% -
HSV(B) 356.97º 0.88% 0.53% -
XYZ 10.32 5.58 1.29 -
YUV 52.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 135 16 22 0 0.88 0.84 0.47 356.97 0.79 0.3
Hex 87 10 16 0 58 54 2F 165 4F 1E
Octal 207 20 26 0 130 124 57 545 117 36
Binary 10000111 10000 10110 0 1011000 1010100 101111 101100101 1001111 11110

Color Harmonies of #871016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871016

Black with #871016

Text Example


Text Example

White with #871016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871016; }

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

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

background-color css

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

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

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

border-color css

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

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

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