#982832

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

Shades of Bright Red #982832

Tints of Bright Red #982832

Color information

#982832 (or 0x982832) is unknown color: approx Bright Red. HEX triplet: 98, 28 and 32. RGB value is (152,40,50). Sum of RGB (Red+Green+Blue) = 152+40+50=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982832 is #67D7CD. Grayscale: #4A4A4A. Windows color (decimal): -6805454 or 3287192. OLE color: 3287192.

HSL color Cylindrical-coordinate representation of color #982832: hue angle of 354.64º degrees, saturation: 0.58, 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 #982832 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1524050-
CMYK00.740.670.40
HSL354.64º58.33%37.65%-
HSV(B)354.64º73.68%59.61%-
XYZ14.288.423.89-
YUV74.63114.11183.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=62.81%
G=16.53%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152405000.740.670.40354.6458.3337.65
Hex98283204A43281633a26
Octal23050620112103505437246
Binary10011000101000110010010010101000011101000101100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982832; }

 p { color: rgb(152,40,50); }

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

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

 a { background-color: rgb(152,40,50); }

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

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

 span { border-color: rgb(152,40,50); }

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