Html Css Color HEX #870110 Sangria

📋 copy color: '#870110'

red 135 ◦ green 1 ◦ blue 16

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

Shades of Sangria #870110

Tints of Sangria #870110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 88.82%
G = 0.66%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#870110 (or 0x870110) is known color: Sangria. HEX triplet: 87, 01 and 10. RGB value is (135,1,16). Sum of RGB (Red+Green+Blue) = 135+1+16=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #870110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870110 is #78FEEF. Grayscale: #2A2A2A. Windows color (decimal): -7929584 or 1048967. OLE color: 1048967.

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

Color convert

RGB 135 1 16 -
CMYK 0 0.99 0.88 0.47
HSL 353.28º 0.99% 0.27% -
HSV(B) 353.28º 0.99% 0.53% -
XYZ 10.1 5.21 0.96 -
YUV 42.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 135 1 16 0 0.99 0.88 0.47 353.28 0.99 0.27
Hex 87 1 10 0 63 58 2F 161 63 1B
Octal 207 1 20 0 143 130 57 541 143 33
Binary 10000111 1 10000 0 1100011 1011000 101111 101100001 1100011 11011

Color Harmonies of #870110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870110

Black with #870110

Text Example


Text Example

White with #870110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870110; }

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

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

background-color css

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

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

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

border-color css

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

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

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