Html Css Color HEX #890809 Sangria

📋 copy color: '#890809'

red 137 ◦ green 8 ◦ blue 9

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

Shades of Sangria #890809

Tints of Sangria #890809

RGB

 RED value IS 137 (53.91% from 255) = 88.96%

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

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

R = 88.96%
G = 5.19%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#890809 (or 0x890809) is known color: Sangria. HEX triplet: 89, 08 and 09. RGB value is (137,8,9). Sum of RGB (Red+Green+Blue) = 137+8+9=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #890809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890809 is #76F7F6. Grayscale: #2E2E2E. Windows color (decimal): -7796727 or 592009. OLE color: 592009.

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

Color convert

RGB 137 8 9 -
CMYK 0 0.94 0.93 0.46
HSL 359.53º 0.89% 0.28% -
HSV(B) 359.53º 0.94% 0.54% -
XYZ 10.45 5.51 0.77 -
YUV 46.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 137 8 9 0 0.94 0.93 0.46 359.53 0.89 0.28
Hex 89 8 9 0 5E 5D 2E 168 59 1C
Octal 211 10 11 0 136 135 56 550 131 34
Binary 10001001 1000 1001 0 1011110 1011101 101110 101101000 1011001 11100

Color Harmonies of #890809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890809

Black with #890809

Text Example


Text Example

White with #890809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890809; }

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

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

background-color css

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

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

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

border-color css

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

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

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