#991828

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

Shades of Bright Red #991828

Tints of Bright Red #991828

Color information

#991828 (or 0x991828) is unknown color: approx Bright Red. HEX triplet: 99, 18 and 28. RGB value is (153,24,40). Sum of RGB (Red+Green+Blue) = 153+24+40=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #991828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991828 is #66E7D7. Grayscale: #404040. Windows color (decimal): -6744024 or 2627737. OLE color: 2627737.

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

Color convert

RGB1532440-
CMYK00.840.740.4
HSL352.56º72.88%34.71%-
HSV(B)352.56º84.31%60%-
XYZ13.857.582.74-
YUV64.4114.24191.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=70.51%
G=11.06%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153244000.840.740.4352.5672.8834.71
Hex9918280544A281614923
Octal231305001241125054111143
Binary10011001110001010000101010010010101010001011000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991828; }

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

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

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

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

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

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

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

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