Html Css Color HEX #89090C Sangria

📋 copy color: '#89090C'

red 137 ◦ green 9 ◦ blue 12

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

Shades of Sangria #89090C

Tints of Sangria #89090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 86.71%
G = 5.7%
B = 7.59%

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

#89090C (or 0x89090C) is known color: Sangria. HEX triplet: 89, 09 and 0C. RGB value is (137,9,12). Sum of RGB (Red+Green+Blue) = 137+9+12=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #89090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89090C is #76F6F3. Grayscale: #2F2F2F. Windows color (decimal): -7796468 or 788873. OLE color: 788873.

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

Color convert

RGB 137 9 12 -
CMYK 0 0.93 0.91 0.46
HSL 358.59º 0.88% 0.29% -
HSV(B) 358.59º 0.93% 0.54% -
XYZ 10.48 5.54 0.86 -
YUV 47.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 137 9 12 0 0.93 0.91 0.46 358.59 0.88 0.29
Hex 89 9 C 0 5D 5B 2E 167 58 1D
Octal 211 11 14 0 135 133 56 547 130 35
Binary 10001001 1001 1100 0 1011101 1011011 101110 101100111 1011000 11101

Color Harmonies of #89090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89090C

Black with #89090C

Text Example


Text Example

White with #89090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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