#982639

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

Shades of Bright Red #982639

Tints of Bright Red #982639

Color information

#982639 (or 0x982639) is unknown color: approx Bright Red. HEX triplet: 98, 26 and 39. RGB value is (152,38,57). Sum of RGB (Red+Green+Blue) = 152+38+57=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #982639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982639 is #67D9C6. Grayscale: #4A4A4A. Windows color (decimal): -6805959 or 3745432. OLE color: 3745432.

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

Color convert

RGB1523857-
CMYK00.750.620.40
HSL350º60%37.25%-
HSV(B)350º75%59.61%-
XYZ14.388.364.73-
YUV74.25118.27183.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152385700.750.620.403506037.25
Hex98263904B3E2815e3c25
Octal2304671011376505367445
Binary1001100010011011100101001011111110101000101011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982639; }

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

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

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

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

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

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

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

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