Html Css Color HEX #890E0F Sangria

📋 copy color: '#890E0F'

red 137 ◦ green 14 ◦ blue 15

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

Shades of Sangria #890E0F

Tints of Sangria #890E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 82.53%
G = 8.43%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#890E0F (or 0x890E0F) is known color: Sangria. HEX triplet: 89, 0E and 0F. RGB value is (137,14,15). Sum of RGB (Red+Green+Blue) = 137+14+15=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #890E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E0F is #76F1F0. Grayscale: #333333. Windows color (decimal): -7795185 or 986761. OLE color: 986761.

HSL color Cylindrical-coordinate representation of color #890E0F: hue angle of 359.51º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E0F is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 15 -
CMYK 0 0.90 0.89 0.46
HSL 359.51º 0.81% 0.3% -
HSV(B) 359.51º 0.9% 0.54% -
XYZ 10.56 5.67 0.99 -
YUV 50.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 137 14 15 0 0.90 0.89 0.46 359.51 0.81 0.3
Hex 89 E F 0 5A 59 2E 168 51 1E
Octal 211 16 17 0 132 131 56 550 121 36
Binary 10001001 1110 1111 0 1011010 1011001 101110 101101000 1010001 11110

Color Harmonies of #890E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E0F

Black with #890E0F

Text Example


Text Example

White with #890E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E0F; }

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

 H1.HeaderClassName
 {
   color: #890E0F;
 }
 .AnyTagClassName
 {
   color: #890E0F;
 }
</style>

background-color css

<style>
 a { background-color: #890E0F; }

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

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

border-color css

<style>
 span { border-color: #890E0F; }

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

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