#991330

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

Shades of Bright Red #991330

Tints of Bright Red #991330

Color information

#991330 (or 0x991330) is unknown color: approx Bright Red. HEX triplet: 99, 13 and 30. RGB value is (153,19,48). Sum of RGB (Red+Green+Blue) = 153+19+48=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #991330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991330 is #66ECCF. Grayscale: #3E3E3E. Windows color (decimal): -6745296 or 3150745. OLE color: 3150745.

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

Color convert

RGB1531948-
CMYK00.880.690.4
HSL347.01º77.91%33.73%-
HSV(B)347.01º87.58%60%-
XYZ13.97.453.5-
YUV62.37119.89192.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=69.55%
G=8.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153194800.880.690.4347.0177.9133.73
Hex991330058452815b4e22
Octal231236001301055053311642
Binary10011001100111100000101100010001011010001010110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991330; }

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

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

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

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

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

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

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

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