#982941

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

Shades of Bright Red #982941

Tints of Bright Red #982941

Color information

#982941 (or 0x982941) is unknown color: approx Bright Red. HEX triplet: 98, 29 and 41. RGB value is (152,41,65). Sum of RGB (Red+Green+Blue) = 152+41+65=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #982941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982941 is #67D6BE. Grayscale: #4C4C4C. Windows color (decimal): -6805183 or 4270488. OLE color: 4270488.

HSL color Cylindrical-coordinate representation of color #982941: hue angle of 347.03º 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 #982941 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1524165-
CMYK00.730.570.40
HSL347.03º57.51%37.84%-
HSV(B)347.03º73.03%59.61%-
XYZ14.78.645.89-
YUV76.92121.27181.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=58.91%
G=15.89%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152416500.730.570.40347.0357.5137.84
Hex982941049392815b3a26
Octal23051101011171505337246
Binary10011000101001100000101001001111001101000101011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982941; }

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

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

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

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

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

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

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

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