#981A04

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

Shades of Dark Red #981A04

Tints of Dark Red #981A04

Color information

#981A04 (or 0x981A04) is unknown color: approx Dark Red. HEX triplet: 98, 1A and 04. RGB value is (152,26,4). Sum of RGB (Red+Green+Blue) = 152+26+4=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #981A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A04 is #67E5FB. Grayscale: #3D3D3D. Windows color (decimal): -6809084 or 268952. OLE color: 268952.

HSL color Cylindrical-coordinate representation of color #981A04: hue angle of 8.92º 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 #981A04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB152264-
CMYK00.830.970.40
HSL8.92º94.87%30.59%-
HSV(B)8.92º97.37%59.61%-
XYZ13.347.420.84-
YUV61.1795.74192.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.52%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=83.52%
G=14.29%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15226400.830.970.408.9294.8730.59
Hex981A4053612895f1f
Octal2303240123141501113737
Binary10011000110101000101001111000011010001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A04; }

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

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

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

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

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

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

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

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