#981639

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

Shades of Bright Red #981639

Tints of Bright Red #981639

Color information

#981639 (or 0x981639) is unknown color: approx Bright Red. HEX triplet: 98, 16 and 39. RGB value is (152,22,57). Sum of RGB (Red+Green+Blue) = 152+22+57=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #981639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981639 is #67E9C6. Grayscale: #404040. Windows color (decimal): -6810055 or 3741336. OLE color: 3741336.

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

Color convert

RGB1522257-
CMYK00.860.620.40
HSL343.85º74.71%34.12%-
HSV(B)343.85º85.53%59.61%-
XYZ13.977.544.59-
YUV64.86123.57190.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=65.80%
G=9.52%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152225700.860.620.40343.8574.7134.12
Hex9816390563E281584b22
Octal23026710126765053011342
Binary1001100010110111001010101101111101010001010110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981639; }

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

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

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

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

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

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

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

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