#982930

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

Shades of Bright Red #982930

Tints of Bright Red #982930

Color information

#982930 (or 0x982930) is unknown color: approx Bright Red. HEX triplet: 98, 29 and 30. RGB value is (152,41,48). Sum of RGB (Red+Green+Blue) = 152+41+48=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #982930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982930 is #67D6CF. Grayscale: #4B4B4B. Windows color (decimal): -6805200 or 3156376. OLE color: 3156376.

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

Color convert

RGB1524148-
CMYK00.730.680.40
HSL356.22º57.51%37.84%-
HSV(B)356.22º73.03%59.61%-
XYZ14.288.473.68-
YUV74.99112.77182.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=63.07%
G=17.01%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152414800.730.680.40356.2257.5137.84
Hex98293004944281643a26
Octal23051600111104505447246
Binary10011000101001110000010010011000100101000101100100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982930; }

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

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

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

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

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

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

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

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