#991214

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

Shades of Sangria #991214

Tints of Sangria #991214

Color information

#991214 (or 0x991214) is unknown color: approx Sangria. HEX triplet: 99, 12 and 14. RGB value is (153,18,20). Sum of RGB (Red+Green+Blue) = 153+18+20=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991214 is #66EDEB. Grayscale: #3A3A3A. Windows color (decimal): -6745580 or 1315481. OLE color: 1315481.

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

Color convert

RGB1531820-
CMYK00.880.870.4
HSL359.11º78.95%33.53%-
HSV(B)359.11º88.24%60%-
XYZ13.487.261.35-
YUV58.59106.23195.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=80.10%
G=9.42%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153182000.880.870.4359.1178.9533.53
Hex99121405857281674f22
Octal231222401301275054711742
Binary1001100110010101000101100010101111010001011001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991214; }

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

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

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

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

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

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

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

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