Html Css Color HEX #870812 Sangria

📋 copy color: '#870812'

red 135 ◦ green 8 ◦ blue 18

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

Shades of Sangria #870812

Tints of Sangria #870812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 83.85%
G = 4.97%
B = 11.18%

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

#870812 (or 0x870812) is known color: Sangria. HEX triplet: 87, 08 and 12. RGB value is (135,8,18). Sum of RGB (Red+Green+Blue) = 135+8+18=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870812 is #78F7ED. Grayscale: #2F2F2F. Windows color (decimal): -7927790 or 1181831. OLE color: 1181831.

HSL color Cylindrical-coordinate representation of color #870812: hue angle of 355.28º 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 #870812 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 18 -
CMYK 0 0.94 0.87 0.47
HSL 355.28º 0.89% 0.28% -
HSV(B) 355.28º 0.94% 0.53% -
XYZ 10.19 5.37 1.07 -
YUV 47.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 135 8 18 0 0.94 0.87 0.47 355.28 0.89 0.28
Hex 87 8 12 0 5E 57 2F 163 59 1C
Octal 207 10 22 0 136 127 57 543 131 34
Binary 10000111 1000 10010 0 1011110 1010111 101111 101100011 1011001 11100

Color Harmonies of #870812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870812

Black with #870812

Text Example


Text Example

White with #870812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870812; }

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

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

background-color css

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

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

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

border-color css

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

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

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