#981802

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

Shades of Dark Red #981802

Tints of Dark Red #981802

Color information

#981802 (or 0x981802) is unknown color: approx Dark Red. HEX triplet: 98, 18 and 02. RGB value is (152,24,2). Sum of RGB (Red+Green+Blue) = 152+24+2=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #981802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981802 is #67E7FD. Grayscale: #3B3B3B. Windows color (decimal): -6809598 or 137368. OLE color: 137368.

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

Color convert

RGB152242-
CMYK00.840.990.40
HSL8.8º97.4%30.2%-
HSV(B)8.8º98.68%59.61%-
XYZ13.297.330.77-
YUV59.7695.41193.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.39%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=85.39%
G=13.48%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15224200.840.990.408.897.430.2
Hex9818205463289611e
Octal2303020124143501114136
Binary1001100011000100101010011000111010001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981802; }

 p { color: rgb(152,24,2); }

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

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

 a { background-color: rgb(152,24,2); }

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

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

 span { border-color: rgb(152,24,2); }

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