Html Css Color HEX #870B15 Sangria

📋 copy color: '#870B15'

red 135 ◦ green 11 ◦ blue 21

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

Shades of Sangria #870B15

Tints of Sangria #870B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 80.84%
G = 6.59%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#870B15 (or 0x870B15) is known color: Sangria. HEX triplet: 87, 0B and 15. RGB value is (135,11,21). Sum of RGB (Red+Green+Blue) = 135+11+21=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #870B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B15 is #78F4EA. Grayscale: #313131. Windows color (decimal): -7927019 or 1379207. OLE color: 1379207.

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

Color convert

RGB 135 11 21 -
CMYK 0 0.92 0.84 0.47
HSL 355.16º 0.85% 0.29% -
HSV(B) 355.16º 0.92% 0.53% -
XYZ 10.25 5.44 1.22 -
YUV 49.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 135 11 21 0 0.92 0.84 0.47 355.16 0.85 0.29
Hex 87 B 15 0 5C 54 2F 163 55 1D
Octal 207 13 25 0 134 124 57 543 125 35
Binary 10000111 1011 10101 0 1011100 1010100 101111 101100011 1010101 11101

Color Harmonies of #870B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B15

Black with #870B15

Text Example


Text Example

White with #870B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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