Html Css Color HEX #890F13 Sangria

📋 copy color: '#890F13'

red 137 ◦ green 15 ◦ blue 19

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

Shades of Sangria #890F13

Tints of Sangria #890F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 80.12%
G = 8.77%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#890F13 (or 0x890F13) is known color: Sangria. HEX triplet: 89, 0F and 13. RGB value is (137,15,19). Sum of RGB (Red+Green+Blue) = 137+15+19=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #890F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F13 is #76F0EC. Grayscale: #343434. Windows color (decimal): -7794925 or 1249161. OLE color: 1249161.

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

Color convert

RGB 137 15 19 -
CMYK 0 0.89 0.86 0.46
HSL 358.03º 0.8% 0.3% -
HSV(B) 358.03º 0.89% 0.54% -
XYZ 10.6 5.71 1.16 -
YUV 51.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 137 15 19 0 0.89 0.86 0.46 358.03 0.8 0.3
Hex 89 F 13 0 59 56 2E 166 50 1E
Octal 211 17 23 0 131 126 56 546 120 36
Binary 10001001 1111 10011 0 1011001 1010110 101110 101100110 1010000 11110

Color Harmonies of #890F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F13

Black with #890F13

Text Example


Text Example

White with #890F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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