#982F41

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

Shades of Bright Red #982F41

Tints of Bright Red #982F41

Color information

#982F41 (or 0x982F41) is unknown color: approx Bright Red. HEX triplet: 98, 2F and 41. RGB value is (152,47,65). Sum of RGB (Red+Green+Blue) = 152+47+65=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #982F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F41 is #67D0BE. Grayscale: #505050. Windows color (decimal): -6803647 or 4272024. OLE color: 4272024.

HSL color Cylindrical-coordinate representation of color #982F41: hue angle of 349.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F41 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1524765-
CMYK00.690.570.40
HSL349.71º52.76%39.02%-
HSV(B)349.71º69.08%59.61%-
XYZ14.929.095.97-
YUV80.45119.29179.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=57.58%
G=17.80%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152476500.690.570.40349.7152.7639.02
Hex982F41045392815e3527
Octal23057101010571505366547
Binary10011000101111100000101000101111001101000101011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982F41; }

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

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

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

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

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

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

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

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