Html Css Color HEX #870B0D Sangria

📋 copy color: '#870B0D'

red 135 ◦ green 11 ◦ blue 13

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

Shades of Sangria #870B0D

Tints of Sangria #870B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 84.91%
G = 6.92%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#870B0D (or 0x870B0D) is known color: Sangria. HEX triplet: 87, 0B and 0D. RGB value is (135,11,13). Sum of RGB (Red+Green+Blue) = 135+11+13=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B0D is #78F4F2. Grayscale: #303030. Windows color (decimal): -7927027 or 854919. OLE color: 854919.

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

Color convert

RGB 135 11 13 -
CMYK 0 0.92 0.90 0.47
HSL 359.03º 0.85% 0.29% -
HSV(B) 359.03º 0.92% 0.53% -
XYZ 10.18 5.42 0.89 -
YUV 48.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 135 11 13 0 0.92 0.90 0.47 359.03 0.85 0.29
Hex 87 B D 0 5C 5A 2F 167 55 1D
Octal 207 13 15 0 134 132 57 547 125 35
Binary 10000111 1011 1101 0 1011100 1011010 101111 101100111 1010101 11101

Color Harmonies of #870B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B0D

Black with #870B0D

Text Example


Text Example

White with #870B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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