#982834

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

Shades of Bright Red #982834

Tints of Bright Red #982834

Color information

#982834 (or 0x982834) is unknown color: approx Bright Red. HEX triplet: 98, 28 and 34. RGB value is (152,40,52). Sum of RGB (Red+Green+Blue) = 152+40+52=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #982834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982834 is #67D7CB. Grayscale: #4A4A4A. Windows color (decimal): -6805452 or 3418264. OLE color: 3418264.

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

Color convert

RGB1524052-
CMYK00.740.660.40
HSL353.57º58.33%37.65%-
HSV(B)353.57º73.68%59.61%-
XYZ14.338.444.12-
YUV74.86115.11183.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=62.30%
G=16.39%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152405200.740.660.40353.5758.3337.65
Hex98283404A42281623a26
Octal23050640112102505427246
Binary10011000101000110100010010101000010101000101100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982834; }

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

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

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

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

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

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

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

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