#981137

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

Shades of Bright Red #981137

Tints of Bright Red #981137

Color information

#981137 (or 0x981137) is unknown color: approx Bright Red. HEX triplet: 98, 11 and 37. RGB value is (152,17,55). Sum of RGB (Red+Green+Blue) = 152+17+55=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #981137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981137 is #67EEC8. Grayscale: #3D3D3D. Windows color (decimal): -6811337 or 3608984. OLE color: 3608984.

HSL color Cylindrical-coordinate representation of color #981137: hue angle of 343.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981137 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1521755-
CMYK00.890.640.40
HSL343.11º79.88%33.14%-
HSV(B)343.11º88.82%59.61%-
XYZ13.847.354.3-
YUV61.7124.23192.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.86%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=67.86%
G=7.59%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152175500.890.640.40343.1179.8833.14
Hex98113705940281575021
Octal230216701311005052712041
Binary10011000100011101110101100110000001010001010101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981137; }

 p { color: rgb(152,17,55); }

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

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

 a { background-color: rgb(152,17,55); }

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

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

 span { border-color: rgb(152,17,55); }

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