Html Css Color HEX #871315 Sangria

📋 copy color: '#871315'

red 135 ◦ green 19 ◦ blue 21

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

Shades of Sangria #871315

Tints of Sangria #871315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12%

R = 77.14%
G = 10.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871315 (or 0x871315) is known color: Sangria. HEX triplet: 87, 13 and 15. RGB value is (135,19,21). Sum of RGB (Red+Green+Blue) = 135+19+21=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871315 is #78ECEA. Grayscale: #363636. Windows color (decimal): -7924971 or 1381255. OLE color: 1381255.

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

Color convert

RGB 135 19 21 -
CMYK 0 0.86 0.84 0.47
HSL 358.97º 0.75% 0.3% -
HSV(B) 358.97º 0.86% 0.53% -
XYZ 10.36 5.67 1.26 -
YUV 53.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 135 19 21 0 0.86 0.84 0.47 358.97 0.75 0.3
Hex 87 13 15 0 56 54 2F 167 4B 1E
Octal 207 23 25 0 126 124 57 547 113 36
Binary 10000111 10011 10101 0 1010110 1010100 101111 101100111 1001011 11110

Color Harmonies of #871315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871315

Black with #871315

Text Example


Text Example

White with #871315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871315; }

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

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

background-color css

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

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

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

border-color css

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

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

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