#981431

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

Shades of Bright Red #981431

Tints of Bright Red #981431

Color information

#981431 (or 0x981431) is unknown color: approx Bright Red. HEX triplet: 98, 14 and 31. RGB value is (152,20,49). Sum of RGB (Red+Green+Blue) = 152+20+49=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #981431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981431 is #67EBCE. Grayscale: #3E3E3E. Windows color (decimal): -6810575 or 3216536. OLE color: 3216536.

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

Color convert

RGB1522049-
CMYK00.870.680.40
HSL346.82º76.74%33.73%-
HSV(B)346.82º86.84%59.61%-
XYZ13.757.43.61-
YUV62.77120.23191.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=68.78%
G=9.05%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152204900.870.680.40346.8276.7433.73
Hex981431057442815b4d22
Octal230246101271045053311542
Binary10011000101001100010101011110001001010001010110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981431; }

 p { color: rgb(152,20,49); }

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

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

 a { background-color: rgb(152,20,49); }

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

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

 span { border-color: rgb(152,20,49); }

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