#991837

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

Shades of Bright Red #991837

Tints of Bright Red #991837

Color information

#991837 (or 0x991837) is unknown color: approx Bright Red. HEX triplet: 99, 18 and 37. RGB value is (153,24,55). Sum of RGB (Red+Green+Blue) = 153+24+55=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #991837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991837 is #66E7C8. Grayscale: #424242. Windows color (decimal): -6744009 or 3610777. OLE color: 3610777.

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

Color convert

RGB1532455-
CMYK00.840.640.4
HSL345.58º72.88%34.71%-
HSV(B)345.58º84.31%60%-
XYZ14.157.74.35-
YUV66.1121.74189.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.95%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=65.95%
G=10.34%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153245500.840.640.4345.5872.8834.71
Hex991837054402815a4923
Octal231306701241005053211143
Binary10011001110001101110101010010000001010001010110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991837; }

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

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

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

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

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

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

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

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