Html Css Color HEX #89050C Sangria

📋 copy color: '#89050C'

red 137 ◦ green 5 ◦ blue 12

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

Shades of Sangria #89050C

Tints of Sangria #89050C

RGB

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

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

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

R = 88.96%
G = 3.25%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89050C (or 0x89050C) is known color: Sangria. HEX triplet: 89, 05 and 0C. RGB value is (137,5,12). Sum of RGB (Red+Green+Blue) = 137+5+12=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #89050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89050C is #76FAF3. Grayscale: #2D2D2D. Windows color (decimal): -7797492 or 787849. OLE color: 787849.

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

Color convert

RGB 137 5 12 -
CMYK 0 0.96 0.91 0.46
HSL 356.82º 0.93% 0.28% -
HSV(B) 356.82º 0.96% 0.54% -
XYZ 10.44 5.45 0.85 -
YUV 45.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 137 5 12 0 0.96 0.91 0.46 356.82 0.93 0.28
Hex 89 5 C 0 60 5B 2E 165 5D 1C
Octal 211 5 14 0 140 133 56 545 135 34
Binary 10001001 101 1100 0 1100000 1011011 101110 101100101 1011101 11100

Color Harmonies of #89050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89050C

Black with #89050C

Text Example


Text Example

White with #89050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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