#991231

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

Shades of Bright Red #991231

Tints of Bright Red #991231

Color information

#991231 (or 0x991231) is unknown color: approx Bright Red. HEX triplet: 99, 12 and 31. RGB value is (153,18,49). Sum of RGB (Red+Green+Blue) = 153+18+49=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #991231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991231 is #66EDCE. Grayscale: #3D3D3D. Windows color (decimal): -6745551 or 3216025. OLE color: 3216025.

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

Color convert

RGB1531849-
CMYK00.880.680.4
HSL346.22º78.95%33.53%-
HSV(B)346.22º88.24%60%-
XYZ13.917.433.61-
YUV61.9120.73192.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=69.55%
G=8.18%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153184900.880.680.4346.2278.9533.53
Hex991231058442815a4f22
Octal231226101301045053211742
Binary10011001100101100010101100010001001010001010110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991231; }

 p { color: rgb(153,18,49); }

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

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

 a { background-color: rgb(153,18,49); }

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

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

 span { border-color: rgb(153,18,49); }

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