Html Css Color HEX #870811 Sangria

📋 copy color: '#870811'

red 135 ◦ green 8 ◦ blue 17

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

Shades of Sangria #870811

Tints of Sangria #870811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 84.38%
G = 5%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#870811 (or 0x870811) is known color: Sangria. HEX triplet: 87, 08 and 11. RGB value is (135,8,17). Sum of RGB (Red+Green+Blue) = 135+8+17=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870811 is #78F7EE. Grayscale: #2F2F2F. Windows color (decimal): -7927791 or 1116295. OLE color: 1116295.

HSL color Cylindrical-coordinate representation of color #870811: hue angle of 355.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870811 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 17 -
CMYK 0 0.94 0.87 0.47
HSL 355.75º 0.89% 0.28% -
HSV(B) 355.75º 0.94% 0.53% -
XYZ 10.18 5.37 1.03 -
YUV 47 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 135 8 17 0 0.94 0.87 0.47 355.75 0.89 0.28
Hex 87 8 11 0 5E 57 2F 164 59 1C
Octal 207 10 21 0 136 127 57 544 131 34
Binary 10000111 1000 10001 0 1011110 1010111 101111 101100100 1011001 11100

Color Harmonies of #870811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870811

Black with #870811

Text Example


Text Example

White with #870811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870811; }

 p { color: rgb(135,8,17); }

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

background-color css

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

 a { background-color: rgb(135,8,17); }

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

border-color css

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

 span { border-color: rgb(135,8,17); }

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