#982836

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

Shades of Bright Red #982836

Tints of Bright Red #982836

Color information

#982836 (or 0x982836) is unknown color: approx Bright Red. HEX triplet: 98, 28 and 36. RGB value is (152,40,54). Sum of RGB (Red+Green+Blue) = 152+40+54=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #982836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982836 is #67D7C9. Grayscale: #4B4B4B. Windows color (decimal): -6805450 or 3549336. OLE color: 3549336.

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

Color convert

RGB1524054-
CMYK00.740.640.40
HSL352.5º58.33%37.65%-
HSV(B)352.5º73.68%59.61%-
XYZ14.378.464.37-
YUV75.08116.11182.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=61.79%
G=16.26%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152405400.740.640.40352.558.3337.65
Hex98283604A40281603a26
Octal23050660112100505407246
Binary10011000101000110110010010101000000101000101100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982836; }

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

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

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

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

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

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

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

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