Html Css Color HEX #860809 Sangria

📋 copy color: '#860809'

red 134 ◦ green 8 ◦ blue 9

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

Shades of Sangria #860809

Tints of Sangria #860809

RGB

 RED value IS 134 (52.73% from 255) = 88.74%

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

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

R = 88.74%
G = 5.3%
B = 5.96%

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

#860809 (or 0x860809) is known color: Sangria. HEX triplet: 86, 08 and 09. RGB value is (134,8,9). Sum of RGB (Red+Green+Blue) = 134+8+9=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #860809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860809 is #79F7F6. Grayscale: #2D2D2D. Windows color (decimal): -7993335 or 592006. OLE color: 592006.

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

Color convert

RGB 134 8 9 -
CMYK 0 0.94 0.93 0.47
HSL 359.52º 0.89% 0.28% -
HSV(B) 359.52º 0.94% 0.53% -
XYZ 9.97 5.26 0.75 -
YUV 45.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 134 8 9 0 0.94 0.93 0.47 359.52 0.89 0.28
Hex 86 8 9 0 5E 5D 2F 168 59 1C
Octal 206 10 11 0 136 135 57 550 131 34
Binary 10000110 1000 1001 0 1011110 1011101 101111 101101000 1011001 11100

Color Harmonies of #860809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860809

Black with #860809

Text Example


Text Example

White with #860809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860809; }

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

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

background-color css

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

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

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

border-color css

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

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

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