Html Css Color HEX #870814 Sangria

📋 copy color: '#870814'

red 135 ◦ green 8 ◦ blue 20

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

Shades of Sangria #870814

Tints of Sangria #870814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 82.82%
G = 4.91%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#870814 (or 0x870814) is known color: Sangria. HEX triplet: 87, 08 and 14. RGB value is (135,8,20). Sum of RGB (Red+Green+Blue) = 135+8+20=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870814 is #78F7EB. Grayscale: #2F2F2F. Windows color (decimal): -7927788 or 1312903. OLE color: 1312903.

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

Color convert

RGB 135 8 20 -
CMYK 0 0.94 0.85 0.47
HSL 354.33º 0.89% 0.28% -
HSV(B) 354.33º 0.94% 0.53% -
XYZ 10.2 5.38 1.16 -
YUV 47.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 135 8 20 0 0.94 0.85 0.47 354.33 0.89 0.28
Hex 87 8 14 0 5E 55 2F 162 59 1C
Octal 207 10 24 0 136 125 57 542 131 34
Binary 10000111 1000 10100 0 1011110 1010101 101111 101100010 1011001 11100

Color Harmonies of #870814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870814

Black with #870814

Text Example


Text Example

White with #870814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870814; }

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

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

background-color css

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

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

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

border-color css

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

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

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