#980504

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

Shades of Dark Red #980504

Tints of Dark Red #980504

Color information

#980504 (or 0x980504) is unknown color: approx Dark Red. HEX triplet: 98, 05 and 04. RGB value is (152,5,4). Sum of RGB (Red+Green+Blue) = 152+5+4=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980504 is #67FAFB. Grayscale: #303030. Windows color (decimal): -6814460 or 263576. OLE color: 263576.

HSL color Cylindrical-coordinate representation of color #980504: hue angle of 0.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980504 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB15254-
CMYK00.970.970.40
HSL0.41º94.87%30.59%-
HSV(B)0.41º97.37%59.61%-
XYZ13.036.790.74-
YUV48.84102.7201.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 94.41%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=94.41%
G=3.11%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525400.970.970.400.4194.8730.59
Hex9854061612805f1f
Octal23054014114150013737
Binary100110001011000110000111000011010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980504; }

 p { color: rgb(152,5,4); }

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

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

 a { background-color: rgb(152,5,4); }

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

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

 span { border-color: rgb(152,5,4); }

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