#991232

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

Shades of Bright Red #991232

Tints of Bright Red #991232

Color information

#991232 (or 0x991232) is unknown color: approx Bright Red. HEX triplet: 99, 12 and 32. RGB value is (153,18,50). Sum of RGB (Red+Green+Blue) = 153+18+50=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #991232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991232 is #66EDCD. Grayscale: #3E3E3E. Windows color (decimal): -6745550 or 3281561. OLE color: 3281561.

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

Color convert

RGB1531850-
CMYK00.880.670.4
HSL345.78º78.95%33.53%-
HSV(B)345.78º88.24%60%-
XYZ13.937.443.72-
YUV62.01121.23192.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=69.23%
G=8.14%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153185000.880.670.4345.7878.9533.53
Hex991232058432815a4f22
Octal231226201301035053211742
Binary10011001100101100100101100010000111010001010110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991232; }

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

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

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

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

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

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

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

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