Html Css Color HEX #89080A Sangria

📋 copy color: '#89080A'

red 137 ◦ green 8 ◦ blue 10

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

Shades of Sangria #89080A

Tints of Sangria #89080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 88.39%
G = 5.16%
B = 6.45%

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

#89080A (or 0x89080A) is known color: Sangria. HEX triplet: 89, 08 and 0A. RGB value is (137,8,10). Sum of RGB (Red+Green+Blue) = 137+8+10=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #89080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080A is #76F7F5. Grayscale: #2E2E2E. Windows color (decimal): -7796726 or 657545. OLE color: 657545.

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

Color convert

RGB 137 8 10 -
CMYK 0 0.94 0.93 0.46
HSL 359.07º 0.89% 0.28% -
HSV(B) 359.07º 0.94% 0.54% -
XYZ 10.46 5.51 0.8 -
YUV 46.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 137 8 10 0 0.94 0.93 0.46 359.07 0.89 0.28
Hex 89 8 A 0 5E 5D 2E 167 59 1C
Octal 211 10 12 0 136 135 56 547 131 34
Binary 10001001 1000 1010 0 1011110 1011101 101110 101100111 1011001 11100

Color Harmonies of #89080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89080A

Black with #89080A

Text Example


Text Example

White with #89080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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