#982940

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

Shades of Bright Red #982940

Tints of Bright Red #982940

Color information

#982940 (or 0x982940) is unknown color: approx Bright Red. HEX triplet: 98, 29 and 40. RGB value is (152,41,64). Sum of RGB (Red+Green+Blue) = 152+41+64=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #982940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982940 is #67D6BF. Grayscale: #4C4C4C. Windows color (decimal): -6805184 or 4204952. OLE color: 4204952.

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

Color convert

RGB1524164-
CMYK00.730.580.40
HSL347.57º57.51%37.84%-
HSV(B)347.57º73.03%59.61%-
XYZ14.678.635.74-
YUV76.81120.77181.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=59.14%
G=15.95%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152416400.730.580.40347.5757.5137.84
Hex9829400493A2815c3a26
Octal23051100011172505347246
Binary10011000101001100000001001001111010101000101011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982940; }

 p { color: rgb(152,41,64); }

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

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

 a { background-color: rgb(152,41,64); }

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

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

 span { border-color: rgb(152,41,64); }

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