Html Css Color HEX #870D0F Sangria

📋 copy color: '#870D0F'

red 135 ◦ green 13 ◦ blue 15

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

Shades of Sangria #870D0F

Tints of Sangria #870D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 82.82%
G = 7.98%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#870D0F (or 0x870D0F) is known color: Sangria. HEX triplet: 87, 0D and 0F. RGB value is (135,13,15). Sum of RGB (Red+Green+Blue) = 135+13+15=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D0F is #78F2F0. Grayscale: #313131. Windows color (decimal): -7926513 or 986503. OLE color: 986503.

HSL color Cylindrical-coordinate representation of color #870D0F: hue angle of 359.02º 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 #870D0F is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 15 -
CMYK 0 0.90 0.89 0.47
HSL 359.02º 0.82% 0.29% -
HSV(B) 359.02º 0.9% 0.53% -
XYZ 10.22 5.47 0.97 -
YUV 49.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 135 13 15 0 0.90 0.89 0.47 359.02 0.82 0.29
Hex 87 D F 0 5A 59 2F 167 52 1D
Octal 207 15 17 0 132 131 57 547 122 35
Binary 10000111 1101 1111 0 1011010 1011001 101111 101100111 1010010 11101

Color Harmonies of #870D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D0F

Black with #870D0F

Text Example


Text Example

White with #870D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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