Html Css Color HEX #870D10 Sangria

📋 copy color: '#870D10'

red 135 ◦ green 13 ◦ blue 16

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

Shades of Sangria #870D10

Tints of Sangria #870D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

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

R = 82.32%
G = 7.93%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#870D10 (or 0x870D10) is known color: Sangria. HEX triplet: 87, 0D and 10. RGB value is (135,13,16). Sum of RGB (Red+Green+Blue) = 135+13+16=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D10 is #78F2EF. Grayscale: #313131. Windows color (decimal): -7926512 or 1052039. OLE color: 1052039.

HSL color Cylindrical-coordinate representation of color #870D10: hue angle of 358.52º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D10 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 16 -
CMYK 0 0.90 0.88 0.47
HSL 358.52º 0.82% 0.29% -
HSV(B) 358.52º 0.9% 0.53% -
XYZ 10.23 5.48 1.01 -
YUV 49.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 135 13 16 0 0.90 0.88 0.47 358.52 0.82 0.29
Hex 87 D 10 0 5A 58 2F 167 52 1D
Octal 207 15 20 0 132 130 57 547 122 35
Binary 10000111 1101 10000 0 1011010 1011000 101111 101100111 1010010 11101

Color Harmonies of #870D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D10

Black with #870D10

Text Example


Text Example

White with #870D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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