#990310

Color #990310 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #990310

Tints of Sangria #990310

Color information

#990310 (or 0x990310) is unknown color: approx Sangria. HEX triplet: 99, 03 and 10. RGB value is (153,3,16). Sum of RGB (Red+Green+Blue) = 153+3+16=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #990310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990310 is #66FCEF. Grayscale: #313131. Windows color (decimal): -6749424 or 1049497. OLE color: 1049497.

HSL color Cylindrical-coordinate representation of color #990310: hue angle of 354.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990310 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB153316-
CMYK00.980.900.4
HSL354.8º96.15%30.59%-
HSV(B)354.8º98.04%60%-
XYZ13.266.871.12-
YUV49.33109.2201.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.95%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=88.95%
G=1.74%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15331600.980.900.4354.896.1530.59
Hex993100625A28163601f
Octal23132001421325054314037
Binary100110011110000011000101011010101000101100011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990310; }

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

 H1.HeaderClassName
 {
   color: #990310;
 }
 .AnyTagClassName
 {
   color: #990310;
 }
</style>
background-color css

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

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

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

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

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

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