#992736

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

Shades of Bright Red #992736

Tints of Bright Red #992736

Color information

#992736 (or 0x992736) is unknown color: approx Bright Red. HEX triplet: 99, 27 and 36. RGB value is (153,39,54). Sum of RGB (Red+Green+Blue) = 153+39+54=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992736 is #66D8C9. Grayscale: #4A4A4A. Windows color (decimal): -6740170 or 3549081. OLE color: 3549081.

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

Color convert

RGB1533954-
CMYK00.750.650.4
HSL352.11º59.38%37.65%-
HSV(B)352.11º74.51%60%-
XYZ14.538.494.36-
YUV74.8116.27183.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=62.20%
G=15.85%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153395400.750.650.4352.1159.3837.65
Hex99273604B41281603b26
Octal23147660113101505407346
Binary10011001100111110110010010111000001101000101100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992736; }

 p { color: rgb(153,39,54); }

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

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

 a { background-color: rgb(153,39,54); }

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

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

 span { border-color: rgb(153,39,54); }

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