Html Css Color HEX #89090D Sangria

📋 copy color: '#89090D'

red 137 ◦ green 9 ◦ blue 13

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

Shades of Sangria #89090D

Tints of Sangria #89090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 86.16%
G = 5.66%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89090D (or 0x89090D) is known color: Sangria. HEX triplet: 89, 09 and 0D. RGB value is (137,9,13). Sum of RGB (Red+Green+Blue) = 137+9+13=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #89090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89090D is #76F6F2. Grayscale: #2F2F2F. Windows color (decimal): -7796467 or 854409. OLE color: 854409.

HSL color Cylindrical-coordinate representation of color #89090D: hue angle of 358.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89090D is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 13 -
CMYK 0 0.93 0.91 0.46
HSL 358.13º 0.88% 0.29% -
HSV(B) 358.13º 0.93% 0.54% -
XYZ 10.49 5.54 0.9 -
YUV 47.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 137 9 13 0 0.93 0.91 0.46 358.13 0.88 0.29
Hex 89 9 D 0 5D 5B 2E 166 58 1D
Octal 211 11 15 0 135 133 56 546 130 35
Binary 10001001 1001 1101 0 1011101 1011011 101110 101100110 1011000 11101

Color Harmonies of #89090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89090D

Black with #89090D

Text Example


Text Example

White with #89090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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