#991833

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

Shades of Bright Red #991833

Tints of Bright Red #991833

Color information

#991833 (or 0x991833) is unknown color: approx Bright Red. HEX triplet: 99, 18 and 33. RGB value is (153,24,51). Sum of RGB (Red+Green+Blue) = 153+24+51=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #991833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991833 is #66E7CC. Grayscale: #414141. Windows color (decimal): -6744013 or 3348633. OLE color: 3348633.

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

Color convert

RGB1532451-
CMYK00.840.670.4
HSL347.44º72.88%34.71%-
HSV(B)347.44º84.31%60%-
XYZ14.067.663.87-
YUV65.65119.74190.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=67.11%
G=10.53%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153245100.840.670.4347.4472.8834.71
Hex991833054432815b4923
Octal231306301241035053311143
Binary10011001110001100110101010010000111010001010110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991833; }

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

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

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

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

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

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

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

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