#990F13

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

Shades of Sangria #990F13

Tints of Sangria #990F13

Color information

#990F13 (or 0x990F13) is unknown color: approx Sangria. HEX triplet: 99, 0F and 13. RGB value is (153,15,19). Sum of RGB (Red+Green+Blue) = 153+15+19=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F13 is #66F0EC. Grayscale: #383838. Windows color (decimal): -6746349 or 1249177. OLE color: 1249177.

HSL color Cylindrical-coordinate representation of color #990F13: hue angle of 358.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F13 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1531519-
CMYK00.900.880.4
HSL358.26º82.14%32.94%-
HSV(B)358.26º90.2%60%-
XYZ13.437.161.29-
YUV56.72106.72196.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=81.82%
G=8.02%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153151900.900.880.4358.2682.1432.94
Hex99F1305A58281665221
Octal231172301321305054612241
Binary100110011111100110101101010110001010001011001101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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