Html Css Color HEX #871114 Sangria

📋 copy color: '#871114'

red 135 ◦ green 17 ◦ blue 20

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

Shades of Sangria #871114

Tints of Sangria #871114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 78.49%
G = 9.88%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#871114 (or 0x871114) is known color: Sangria. HEX triplet: 87, 11 and 14. RGB value is (135,17,20). Sum of RGB (Red+Green+Blue) = 135+17+20=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #871114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871114 is #78EEEB. Grayscale: #343434. Windows color (decimal): -7925484 or 1315207. OLE color: 1315207.

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

Color convert

RGB 135 17 20 -
CMYK 0 0.87 0.85 0.47
HSL 358.47º 0.78% 0.3% -
HSV(B) 358.47º 0.87% 0.53% -
XYZ 10.32 5.6 1.2 -
YUV 52.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 135 17 20 0 0.87 0.85 0.47 358.47 0.78 0.3
Hex 87 11 14 0 57 55 2F 166 4E 1E
Octal 207 21 24 0 127 125 57 546 116 36
Binary 10000111 10001 10100 0 1010111 1010101 101111 101100110 1001110 11110

Color Harmonies of #871114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871114

Black with #871114

Text Example


Text Example

White with #871114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871114; }

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

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

background-color css

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

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

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

border-color css

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

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

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