Html Css Color HEX #89050B Sangria

📋 copy color: '#89050B'

red 137 ◦ green 5 ◦ blue 11

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

Shades of Sangria #89050B

Tints of Sangria #89050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 89.54%
G = 3.27%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89050B (or 0x89050B) is known color: Sangria. HEX triplet: 89, 05 and 0B. RGB value is (137,5,11). Sum of RGB (Red+Green+Blue) = 137+5+11=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #89050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89050B is #76FAF4. Grayscale: #2D2D2D. Windows color (decimal): -7797493 or 722313. OLE color: 722313.

HSL color Cylindrical-coordinate representation of color #89050B: hue angle of 357.27º 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 #89050B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 11 -
CMYK 0 0.96 0.92 0.46
HSL 357.27º 0.93% 0.28% -
HSV(B) 357.27º 0.96% 0.54% -
XYZ 10.43 5.45 0.82 -
YUV 45.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 137 5 11 0 0.96 0.92 0.46 357.27 0.93 0.28
Hex 89 5 B 0 60 5C 2E 165 5D 1C
Octal 211 5 13 0 140 134 56 545 135 34
Binary 10001001 101 1011 0 1100000 1011100 101110 101100101 1011101 11100

Color Harmonies of #89050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89050B

Black with #89050B

Text Example


Text Example

White with #89050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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