#992538

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

Shades of Bright Red #992538

Tints of Bright Red #992538

Color information

#992538 (or 0x992538) is unknown color: approx Bright Red. HEX triplet: 99, 25 and 38. RGB value is (153,37,56). Sum of RGB (Red+Green+Blue) = 153+37+56=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992538 is #66DAC7. Grayscale: #494949. Windows color (decimal): -6740680 or 3679641. OLE color: 3679641.

HSL color Cylindrical-coordinate representation of color #992538: hue angle of 350.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992538 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1533756-
CMYK00.760.630.4
HSL350.17º61.05%37.25%-
HSV(B)350.17º75.82%60%-
XYZ14.518.384.59-
YUV73.85117.93184.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=62.20%
G=15.04%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153375600.760.630.4350.1761.0537.25
Hex99253804C3F2815e3d25
Octal2314570011477505367545
Binary1001100110010111100001001100111111101000101011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992538; }

 p { color: rgb(153,37,56); }

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

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

 a { background-color: rgb(153,37,56); }

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

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

 span { border-color: rgb(153,37,56); }

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