#992539

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

Shades of Bright Red #992539

Tints of Bright Red #992539

Color information

#992539 (or 0x992539) is unknown color: approx Bright Red. HEX triplet: 99, 25 and 39. RGB value is (153,37,57). Sum of RGB (Red+Green+Blue) = 153+37+57=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #992539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992539 is #66DAC6. Grayscale: #494949. Windows color (decimal): -6740679 or 3745177. OLE color: 3745177.

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

Color convert

RGB1533757-
CMYK00.760.630.4
HSL349.66º61.05%37.25%-
HSV(B)349.66º75.82%60%-
XYZ14.548.394.72-
YUV73.96118.43184.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=61.94%
G=14.98%
B=23.08%

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
Decimal153375700.760.630.4349.6661.0537.25
Hex99253904C3F2815e3d25
Octal2314571011477505367545
Binary1001100110010111100101001100111111101000101011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992539; }

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

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

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

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

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

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

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

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