#991529

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

Shades of Bright Red #991529

Tints of Bright Red #991529

Color information

#991529 (or 0x991529) is unknown color: approx Bright Red. HEX triplet: 99, 15 and 29. RGB value is (153,21,41). Sum of RGB (Red+Green+Blue) = 153+21+41=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #991529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991529 is #66EAD6. Grayscale: #3E3E3E. Windows color (decimal): -6744791 or 2692505. OLE color: 2692505.

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

Color convert

RGB1532141-
CMYK00.860.730.4
HSL350.91º75.86%34.12%-
HSV(B)350.91º86.27%60%-
XYZ13.817.472.81-
YUV62.75115.73192.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=71.16%
G=9.77%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153214100.860.730.4350.9175.8634.12
Hex991529056492815f4c22
Octal231255101261115053711442
Binary10011001101011010010101011010010011010001010111111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991529; }

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

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

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

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

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

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

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

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