#981930

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

Shades of Bright Red #981930

Tints of Bright Red #981930

Color information

#981930 (or 0x981930) is unknown color: approx Bright Red. HEX triplet: 98, 19 and 30. RGB value is (152,25,48). Sum of RGB (Red+Green+Blue) = 152+25+48=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #981930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981930 is #67E6CF. Grayscale: #414141. Windows color (decimal): -6809296 or 3152280. OLE color: 3152280.

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

Color convert

RGB1522548-
CMYK00.840.680.40
HSL349.13º71.75%34.71%-
HSV(B)349.13º83.55%59.61%-
XYZ13.837.583.53-
YUV65.6118.08189.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=67.56%
G=11.11%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152254800.840.680.40349.1371.7534.71
Hex981930054442815d4823
Octal230316001241045053511043
Binary10011000110011100000101010010001001010001010111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981930; }

 p { color: rgb(152,25,48); }

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

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

 a { background-color: rgb(152,25,48); }

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

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

 span { border-color: rgb(152,25,48); }

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