#991333

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

Shades of Bright Red #991333

Tints of Bright Red #991333

Color information

#991333 (or 0x991333) is unknown color: approx Bright Red. HEX triplet: 99, 13 and 33. RGB value is (153,19,51). Sum of RGB (Red+Green+Blue) = 153+19+51=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #991333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991333 is #66ECCC. Grayscale: #3E3E3E. Windows color (decimal): -6745293 or 3347353. OLE color: 3347353.

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

Color convert

RGB1531951-
CMYK00.880.670.4
HSL345.67º77.91%33.73%-
HSV(B)345.67º87.58%60%-
XYZ13.977.483.84-
YUV62.71121.39192.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.61%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=68.61%
G=8.52%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153195100.880.670.4345.6777.9133.73
Hex991333058432815a4e22
Octal231236301301035053211642
Binary10011001100111100110101100010000111010001010110101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991333; }

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

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

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

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

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

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

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

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