Html Css Color HEX #870809 Sangria

📋 copy color: '#870809'

red 135 ◦ green 8 ◦ blue 9

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

Shades of Sangria #870809

Tints of Sangria #870809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 88.82%
G = 5.26%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#870809 (or 0x870809) is known color: Sangria. HEX triplet: 87, 08 and 09. RGB value is (135,8,9). Sum of RGB (Red+Green+Blue) = 135+8+9=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #870809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870809 is #78F7F6. Grayscale: #2E2E2E. Windows color (decimal): -7927799 or 592007. OLE color: 592007.

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

Color convert

RGB 135 8 9 -
CMYK 0 0.94 0.93 0.47
HSL 359.53º 0.89% 0.28% -
HSV(B) 359.53º 0.94% 0.53% -
XYZ 10.13 5.34 0.76 -
YUV 46.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 135 8 9 0 0.94 0.93 0.47 359.53 0.89 0.28
Hex 87 8 9 0 5E 5D 2F 168 59 1C
Octal 207 10 11 0 136 135 57 550 131 34
Binary 10000111 1000 1001 0 1011110 1011101 101111 101101000 1011001 11100

Color Harmonies of #870809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870809

Black with #870809

Text Example


Text Example

White with #870809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870809; }

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

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

background-color css

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

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

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

border-color css

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

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

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