#991437

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

Shades of Bright Red #991437

Tints of Bright Red #991437

Color information

#991437 (or 0x991437) is unknown color: approx Bright Red. HEX triplet: 99, 14 and 37. RGB value is (153,20,55). Sum of RGB (Red+Green+Blue) = 153+20+55=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #991437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991437 is #66EBC8. Grayscale: #3F3F3F. Windows color (decimal): -6745033 or 3609753. OLE color: 3609753.

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

Color convert

RGB1532055-
CMYK00.870.640.4
HSL344.21º76.88%33.92%-
HSV(B)344.21º86.93%60%-
XYZ14.087.554.33-
YUV63.76123.06191.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=67.11%
G=8.77%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153205500.870.640.4344.2176.8833.92
Hex99143705740281584d22
Octal231246701271005053011542
Binary10011001101001101110101011110000001010001010110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991437; }

 p { color: rgb(153,20,55); }

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

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

 a { background-color: rgb(153,20,55); }

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

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

 span { border-color: rgb(153,20,55); }

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