Html Css Color HEX #871013 Sangria

📋 copy color: '#871013'

red 135 ◦ green 16 ◦ blue 19

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

Shades of Sangria #871013

Tints of Sangria #871013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 79.41%
G = 9.41%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#871013 (or 0x871013) is known color: Sangria. HEX triplet: 87, 10 and 13. RGB value is (135,16,19). Sum of RGB (Red+Green+Blue) = 135+16+19=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #871013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871013 is #78EFEC. Grayscale: #343434. Windows color (decimal): -7925741 or 1249415. OLE color: 1249415.

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

Color convert

RGB 135 16 19 -
CMYK 0 0.88 0.86 0.47
HSL 358.49º 0.79% 0.3% -
HSV(B) 358.49º 0.88% 0.53% -
XYZ 10.29 5.57 1.15 -
YUV 51.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 135 16 19 0 0.88 0.86 0.47 358.49 0.79 0.3
Hex 87 10 13 0 58 56 2F 166 4F 1E
Octal 207 20 23 0 130 126 57 546 117 36
Binary 10000111 10000 10011 0 1011000 1010110 101111 101100110 1001111 11110

Color Harmonies of #871013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871013

Black with #871013

Text Example


Text Example

White with #871013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871013; }

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

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

background-color css

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

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

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

border-color css

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

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

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