Html Css Color HEX #870010 Sangria

📋 copy color: '#870010'

red 135 ◦ green 0 ◦ blue 16

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

Shades of Sangria #870010

Tints of Sangria #870010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.4%
G = 0%
B = 10.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#870010 (or 0x870010) is known color: Sangria. HEX triplet: 87, 00 and 10. RGB value is (135,0,16). Sum of RGB (Red+Green+Blue) = 135+0+16=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #870010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870010 is #78FFEF. Grayscale: #2A2A2A. Windows color (decimal): -7929840 or 1048711. OLE color: 1048711.

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

Color convert

RGB 135 0 16 -
CMYK 0 1 0.88 0.47
HSL 352.89º 1% 0.26% -
HSV(B) 352.89º 1% 0.53% -
XYZ 10.09 5.19 0.96 -
YUV 42.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 135 0 16 0 1 0.88 0.47 352.89 1 0.26
Hex 87 0 10 0 64 58 2F 161 64 1A
Octal 207 0 20 0 144 130 57 541 144 32
Binary 10000111 0 10000 0 1100100 1011000 101111 101100001 1100100 11010

Color Harmonies of #870010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870010

Black with #870010

Text Example


Text Example

White with #870010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870010; }

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

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

background-color css

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

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

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

border-color css

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

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

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