#991213

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

Shades of Sangria #991213

Tints of Sangria #991213

Color information

#991213 (or 0x991213) is unknown color: approx Sangria. HEX triplet: 99, 12 and 13. RGB value is (153,18,19). Sum of RGB (Red+Green+Blue) = 153+18+19=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #991213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991213 is #66EDEC. Grayscale: #3A3A3A. Windows color (decimal): -6745581 or 1249945. OLE color: 1249945.

HSL color Cylindrical-coordinate representation of color #991213: hue angle of 359.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991213 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1531819-
CMYK00.880.880.4
HSL359.56º78.95%33.53%-
HSV(B)359.56º88.24%60%-
XYZ13.477.251.31-
YUV58.48105.73195.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.53%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 19 (7.81% from 255) = 10%
R=80.53%
G=9.47%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153181900.880.880.4359.5678.9533.53
Hex99121305858281684f22
Octal231222301301305055011742
Binary1001100110010100110101100010110001010001011010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991213; }

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

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

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

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

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

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

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

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