#992840

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

Shades of Bright Red #992840

Tints of Bright Red #992840

Color information

#992840 (or 0x992840) is unknown color: approx Bright Red. HEX triplet: 99, 28 and 40. RGB value is (153,40,64). Sum of RGB (Red+Green+Blue) = 153+40+64=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992840 is #66D7BF. Grayscale: #4C4C4C. Windows color (decimal): -6739904 or 4204697. OLE color: 4204697.

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

Color convert

RGB1534064-
CMYK00.740.580.4
HSL347.26º58.55%37.84%-
HSV(B)347.26º73.86%60%-
XYZ14.828.665.74-
YUV76.52120.94182.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=59.53%
G=15.56%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153406400.740.580.4347.2658.5537.84
Hex99284004A3A2815b3b26
Octal23150100011272505337346
Binary10011001101000100000001001010111010101000101011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992840; }

 p { color: rgb(153,40,64); }

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

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

 a { background-color: rgb(153,40,64); }

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

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

 span { border-color: rgb(153,40,64); }

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