#991528

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

Shades of Bright Red #991528

Tints of Bright Red #991528

Color information

#991528 (or 0x991528) is unknown color: approx Bright Red. HEX triplet: 99, 15 and 28. RGB value is (153,21,40). Sum of RGB (Red+Green+Blue) = 153+21+40=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #991528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991528 is #66EAD7. Grayscale: #3E3E3E. Windows color (decimal): -6744792 or 2626969. OLE color: 2626969.

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

Color convert

RGB1532140-
CMYK00.860.740.4
HSL351.36º75.86%34.12%-
HSV(B)351.36º86.27%60%-
XYZ13.797.462.72-
YUV62.63115.23192.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.50%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=71.50%
G=9.81%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153214000.860.740.4351.3675.8634.12
Hex9915280564A2815f4c22
Octal231255001261125053711442
Binary10011001101011010000101011010010101010001010111111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991528; }

 p { color: rgb(153,21,40); }

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

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

 a { background-color: rgb(153,21,40); }

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

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

 span { border-color: rgb(153,21,40); }

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