Html Css Color HEX #870113 Sangria

📋 copy color: '#870113'

red 135 ◦ green 1 ◦ blue 19

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

Shades of Sangria #870113

Tints of Sangria #870113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 87.1%
G = 0.65%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#870113 (or 0x870113) is known color: Sangria. HEX triplet: 87, 01 and 13. RGB value is (135,1,19). Sum of RGB (Red+Green+Blue) = 135+1+19=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870113 is #78FEEC. Grayscale: #2B2B2B. Windows color (decimal): -7929581 or 1245575. OLE color: 1245575.

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

Color convert

RGB 135 1 19 -
CMYK 0 0.99 0.86 0.47
HSL 351.94º 0.99% 0.27% -
HSV(B) 351.94º 0.99% 0.53% -
XYZ 10.12 5.22 1.09 -
YUV 43.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 135 1 19 0 0.99 0.86 0.47 351.94 0.99 0.27
Hex 87 1 13 0 63 56 2F 160 63 1B
Octal 207 1 23 0 143 126 57 540 143 33
Binary 10000111 1 10011 0 1100011 1010110 101111 101100000 1100011 11011

Color Harmonies of #870113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870113

Black with #870113

Text Example


Text Example

White with #870113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870113; }

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

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

background-color css

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

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

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

border-color css

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

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

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