Html Css Color HEX #89080D Sangria

📋 copy color: '#89080D'

red 137 ◦ green 8 ◦ blue 13

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

Shades of Sangria #89080D

Tints of Sangria #89080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 86.71%
G = 5.06%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89080D (or 0x89080D) is known color: Sangria. HEX triplet: 89, 08 and 0D. RGB value is (137,8,13). Sum of RGB (Red+Green+Blue) = 137+8+13=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #89080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080D is #76F7F2. Grayscale: #2F2F2F. Windows color (decimal): -7796723 or 854153. OLE color: 854153.

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

Color convert

RGB 137 8 13 -
CMYK 0 0.94 0.91 0.46
HSL 357.67º 0.89% 0.28% -
HSV(B) 357.67º 0.94% 0.54% -
XYZ 10.48 5.52 0.89 -
YUV 47.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 137 8 13 0 0.94 0.91 0.46 357.67 0.89 0.28
Hex 89 8 D 0 5E 5B 2E 166 59 1C
Octal 211 10 15 0 136 133 56 546 131 34
Binary 10001001 1000 1101 0 1011110 1011011 101110 101100110 1011001 11100

Color Harmonies of #89080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89080D

Black with #89080D

Text Example


Text Example

White with #89080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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