Html Css Color HEX #890110 Sangria

📋 copy color: '#890110'

red 137 ◦ green 1 ◦ blue 16

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

Shades of Sangria #890110

Tints of Sangria #890110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 88.96%
G = 0.65%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890110 (or 0x890110) is known color: Sangria. HEX triplet: 89, 01 and 10. RGB value is (137,1,16). Sum of RGB (Red+Green+Blue) = 137+1+16=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #890110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890110 is #76FEEF. Grayscale: #2B2B2B. Windows color (decimal): -7798512 or 1048969. OLE color: 1048969.

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

Color convert

RGB 137 1 16 -
CMYK 0 0.99 0.88 0.46
HSL 353.38º 0.99% 0.27% -
HSV(B) 353.38º 0.99% 0.54% -
XYZ 10.42 5.38 0.98 -
YUV 43.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 137 1 16 0 0.99 0.88 0.46 353.38 0.99 0.27
Hex 89 1 10 0 63 58 2E 161 63 1B
Octal 211 1 20 0 143 130 56 541 143 33
Binary 10001001 1 10000 0 1100011 1011000 101110 101100001 1100011 11011

Color Harmonies of #890110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890110

Black with #890110

Text Example


Text Example

White with #890110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890110; }

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

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

background-color css

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

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

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

border-color css

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

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

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