#981B04

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

Shades of Dark Red #981B04

Tints of Dark Red #981B04

Color information

#981B04 (or 0x981B04) is unknown color: approx Dark Red. HEX triplet: 98, 1B and 04. RGB value is (152,27,4). Sum of RGB (Red+Green+Blue) = 152+27+4=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #981B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981B04 is #67E4FB. Grayscale: #3D3D3D. Windows color (decimal): -6808828 or 269208. OLE color: 269208.

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

Color convert

RGB152274-
CMYK00.820.970.40
HSL9.32º94.87%30.59%-
HSV(B)9.32º97.37%59.61%-
XYZ13.367.470.85-
YUV61.7595.41192.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.06%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=83.06%
G=14.75%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15227400.820.970.409.3294.8730.59
Hex981B4052612895f1f
Octal2303340122141501113737
Binary10011000110111000101001011000011010001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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