Html Css Color HEX #89050A Sangria

📋 copy color: '#89050A'

red 137 ◦ green 5 ◦ blue 10

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

Shades of Sangria #89050A

Tints of Sangria #89050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 90.13%
G = 3.29%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89050A (or 0x89050A) is known color: Sangria. HEX triplet: 89, 05 and 0A. RGB value is (137,5,10). Sum of RGB (Red+Green+Blue) = 137+5+10=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #89050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89050A is #76FAF5. Grayscale: #2D2D2D. Windows color (decimal): -7797494 or 656777. OLE color: 656777.

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

Color convert

RGB 137 5 10 -
CMYK 0 0.96 0.93 0.46
HSL 357.73º 0.93% 0.28% -
HSV(B) 357.73º 0.96% 0.54% -
XYZ 10.43 5.45 0.79 -
YUV 45.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 137 5 10 0 0.96 0.93 0.46 357.73 0.93 0.28
Hex 89 5 A 0 60 5D 2E 166 5D 1C
Octal 211 5 12 0 140 135 56 546 135 34
Binary 10001001 101 1010 0 1100000 1011101 101110 101100110 1011101 11100

Color Harmonies of #89050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89050A

Black with #89050A

Text Example


Text Example

White with #89050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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