Html Css Color HEX #890113 Sangria

📋 copy color: '#890113'

red 137 ◦ green 1 ◦ blue 19

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

Shades of Sangria #890113

Tints of Sangria #890113

RGB

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

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

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

R = 87.26%
G = 0.64%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#890113 (or 0x890113) is known color: Sangria. HEX triplet: 89, 01 and 13. RGB value is (137,1,19). Sum of RGB (Red+Green+Blue) = 137+1+19=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890113 is #76FEEC. Grayscale: #2B2B2B. Windows color (decimal): -7798509 or 1245577. OLE color: 1245577.

HSL color Cylindrical-coordinate representation of color #890113: hue angle of 352.06º 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 #890113 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 19 -
CMYK 0 0.99 0.86 0.46
HSL 352.06º 0.99% 0.27% -
HSV(B) 352.06º 0.99% 0.54% -
XYZ 10.44 5.39 1.11 -
YUV 43.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 137 1 19 0 0.99 0.86 0.46 352.06 0.99 0.27
Hex 89 1 13 0 63 56 2E 160 63 1B
Octal 211 1 23 0 143 126 56 540 143 33
Binary 10001001 1 10011 0 1100011 1010110 101110 101100000 1100011 11011

Color Harmonies of #890113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890113

Black with #890113

Text Example


Text Example

White with #890113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890113; }

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

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

background-color css

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

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

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

border-color css

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

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

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