Html Css Color HEX #890310 Sangria

📋 copy color: '#890310'

red 137 ◦ green 3 ◦ blue 16

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

Shades of Sangria #890310

Tints of Sangria #890310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 87.82%
G = 1.92%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890310 (or 0x890310) is known color: Sangria. HEX triplet: 89, 03 and 10. RGB value is (137,3,16). Sum of RGB (Red+Green+Blue) = 137+3+16=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890310 is #76FCEF. Grayscale: #2C2C2C. Windows color (decimal): -7798000 or 1049481. OLE color: 1049481.

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

Color convert

RGB 137 3 16 -
CMYK 0 0.98 0.88 0.46
HSL 354.18º 0.96% 0.27% -
HSV(B) 354.18º 0.98% 0.54% -
XYZ 10.44 5.42 0.99 -
YUV 44.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 137 3 16 0 0.98 0.88 0.46 354.18 0.96 0.27
Hex 89 3 10 0 62 58 2E 162 60 1B
Octal 211 3 20 0 142 130 56 542 140 33
Binary 10001001 11 10000 0 1100010 1011000 101110 101100010 1100000 11011

Color Harmonies of #890310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890310

Black with #890310

Text Example


Text Example

White with #890310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890310; }

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

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

background-color css

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

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

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

border-color css

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

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

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