Html Css Color HEX #870514 Sangria

📋 copy color: '#870514'

red 135 ◦ green 5 ◦ blue 20

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

Shades of Sangria #870514

Tints of Sangria #870514

RGB

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

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

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

R = 84.38%
G = 3.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#870514 (or 0x870514) is known color: Sangria. HEX triplet: 87, 05 and 14. RGB value is (135,5,20). Sum of RGB (Red+Green+Blue) = 135+5+20=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870514 is #78FAEB. Grayscale: #2D2D2D. Windows color (decimal): -7928556 or 1312135. OLE color: 1312135.

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

Color convert

RGB 135 5 20 -
CMYK 0 0.96 0.85 0.47
HSL 353.08º 0.93% 0.27% -
HSV(B) 353.08º 0.96% 0.53% -
XYZ 10.17 5.31 1.15 -
YUV 45.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 135 5 20 0 0.96 0.85 0.47 353.08 0.93 0.27
Hex 87 5 14 0 60 55 2F 161 5D 1B
Octal 207 5 24 0 140 125 57 541 135 33
Binary 10000111 101 10100 0 1100000 1010101 101111 101100001 1011101 11011

Color Harmonies of #870514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870514

Black with #870514

Text Example


Text Example

White with #870514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870514; }

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

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

background-color css

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

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

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

border-color css

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

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

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