Html Css Color HEX #871314 Sangria

📋 copy color: '#871314'

red 135 ◦ green 19 ◦ blue 20

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

Shades of Sangria #871314

Tints of Sangria #871314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 77.59%
G = 10.92%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#871314 (or 0x871314) is known color: Sangria. HEX triplet: 87, 13 and 14. RGB value is (135,19,20). Sum of RGB (Red+Green+Blue) = 135+19+20=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #871314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871314 is #78ECEB. Grayscale: #353535. Windows color (decimal): -7924972 or 1315719. OLE color: 1315719.

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

Color convert

RGB 135 19 20 -
CMYK 0 0.86 0.85 0.47
HSL 359.48º 0.75% 0.3% -
HSV(B) 359.48º 0.86% 0.53% -
XYZ 10.35 5.67 1.21 -
YUV 53.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 135 19 20 0 0.86 0.85 0.47 359.48 0.75 0.3
Hex 87 13 14 0 56 55 2F 167 4B 1E
Octal 207 23 24 0 126 125 57 547 113 36
Binary 10000111 10011 10100 0 1010110 1010101 101111 101100111 1001011 11110

Color Harmonies of #871314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871314

Black with #871314

Text Example


Text Example

White with #871314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871314; }

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

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

background-color css

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

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

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

border-color css

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

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

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