#992137

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

Shades of Bright Red #992137

Tints of Bright Red #992137

Color information

#992137 (or 0x992137) is unknown color: approx Bright Red. HEX triplet: 99, 21 and 37. RGB value is (153,33,55). Sum of RGB (Red+Green+Blue) = 153+33+55=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992137 is #66DEC8. Grayscale: #474747. Windows color (decimal): -6741705 or 3613081. OLE color: 3613081.

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

Color convert

RGB1533355-
CMYK00.780.640.4
HSL349º64.52%36.47%-
HSV(B)349º78.43%60%-
XYZ14.378.144.43-
YUV71.39118.76186.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=63.49%
G=13.69%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153335500.780.640.434964.5236.47
Hex99213704E402815d4124
Octal231416701161005053510144
Binary100110011000011101110100111010000001010001010111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992137; }

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

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

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

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

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

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

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

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