#992133

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

Shades of Bright Red #992133

Tints of Bright Red #992133

Color information

#992133 (or 0x992133) is unknown color: approx Bright Red. HEX triplet: 99, 21 and 33. RGB value is (153,33,51). Sum of RGB (Red+Green+Blue) = 153+33+51=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #992133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992133 is #66DECC. Grayscale: #464646. Windows color (decimal): -6741709 or 3350937. OLE color: 3350937.

HSL color Cylindrical-coordinate representation of color #992133: hue angle of 351º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992133 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1533351-
CMYK00.780.670.4
HSL351º64.52%36.47%-
HSV(B)351º78.43%60%-
XYZ14.288.13.94-
YUV70.93116.76186.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=64.56%
G=13.92%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153335100.780.670.435164.5236.47
Hex99213304E432815f4124
Octal231416301161035053710144
Binary100110011000011100110100111010000111010001010111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992133; }

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

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

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

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

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

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

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

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