Html Css Color HEX #89010E Sangria

📋 copy color: '#89010E'

red 137 ◦ green 1 ◦ blue 14

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

Shades of Sangria #89010E

Tints of Sangria #89010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 90.13%
G = 0.66%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89010E (or 0x89010E) is known color: Sangria. HEX triplet: 89, 01 and 0E. RGB value is (137,1,14). Sum of RGB (Red+Green+Blue) = 137+1+14=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #89010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89010E is #76FEF1. Grayscale: #2B2B2B. Windows color (decimal): -7798514 or 917897. OLE color: 917897.

HSL color Cylindrical-coordinate representation of color #89010E: hue angle of 354.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 14 -
CMYK 0 0.99 0.90 0.46
HSL 354.26º 0.99% 0.27% -
HSV(B) 354.26º 0.99% 0.54% -
XYZ 10.41 5.37 0.9 -
YUV 43.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 137 1 14 0 0.99 0.90 0.46 354.26 0.99 0.27
Hex 89 1 E 0 63 5A 2E 162 63 1B
Octal 211 1 16 0 143 132 56 542 143 33
Binary 10001001 1 1110 0 1100011 1011010 101110 101100010 1100011 11011

Color Harmonies of #89010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89010E

Black with #89010E

Text Example


Text Example

White with #89010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89010E; }

 p { color: rgb(137,1,14); }

 H1.HeaderClassName
 {
   color: #89010E;
 }
 .AnyTagClassName
 {
   color: #89010E;
 }
</style>

background-color css

<style>
 a { background-color: #89010E; }

 a { background-color: rgb(137,1,14); }

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

border-color css

<style>
 span { border-color: #89010E; }

 span { border-color: rgb(137,1,14); }

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