Html Css Color HEX #870513 Sangria

📋 copy color: '#870513'

red 135 ◦ green 5 ◦ blue 19

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

Shades of Sangria #870513

Tints of Sangria #870513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 84.91%
G = 3.14%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#870513 (or 0x870513) is known color: Sangria. HEX triplet: 87, 05 and 13. RGB value is (135,5,19). Sum of RGB (Red+Green+Blue) = 135+5+19=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870513 is #78FAEC. Grayscale: #2D2D2D. Windows color (decimal): -7928557 or 1246599. OLE color: 1246599.

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

Color convert

RGB 135 5 19 -
CMYK 0 0.96 0.86 0.47
HSL 353.54º 0.93% 0.27% -
HSV(B) 353.54º 0.96% 0.53% -
XYZ 10.16 5.31 1.1 -
YUV 45.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 135 5 19 0 0.96 0.86 0.47 353.54 0.93 0.27
Hex 87 5 13 0 60 56 2F 162 5D 1B
Octal 207 5 23 0 140 126 57 542 135 33
Binary 10000111 101 10011 0 1100000 1010110 101111 101100010 1011101 11011

Color Harmonies of #870513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870513

Black with #870513

Text Example


Text Example

White with #870513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870513; }

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

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

background-color css

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

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

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

border-color css

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

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

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