#982339

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

Shades of Bright Red #982339

Tints of Bright Red #982339

Color information

#982339 (or 0x982339) is unknown color: approx Bright Red. HEX triplet: 98, 23 and 39. RGB value is (152,35,57). Sum of RGB (Red+Green+Blue) = 152+35+57=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #982339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982339 is #67DCC6. Grayscale: #484848. Windows color (decimal): -6806727 or 3744664. OLE color: 3744664.

HSL color Cylindrical-coordinate representation of color #982339: hue angle of 348.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982339 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1523557-
CMYK00.770.620.40
HSL348.72º62.57%36.67%-
HSV(B)348.72º76.97%59.61%-
XYZ14.298.174.7-
YUV72.49119.26184.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=62.30%
G=14.34%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152355700.770.620.40348.7262.5736.67
Hex98233904D3E2815d3f25
Octal2304371011576505357745
Binary1001100010001111100101001101111110101000101011101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982339; }

 p { color: rgb(152,35,57); }

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

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

 a { background-color: rgb(152,35,57); }

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

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

 span { border-color: rgb(152,35,57); }

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