Html Css Color HEX #981204 Dark Red

📋 copy color: '#981204'

red 152 ◦ green 18 ◦ blue 4

#981204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #981204

Tints of Dark Red #981204

RGB

 RED value IS 152 (59.77% from 255) = 87.36%

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 87.36%
G = 10.34%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#981204 (or 0x981204) is known color: Dark Red. HEX triplet: 98, 12 and 04. RGB value is (152,18,4). Sum of RGB (Red+Green+Blue) = 152+18+4=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #981204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981204 is #67EDFB. Grayscale: #383838. Windows color (decimal): -6811132 or 266904. OLE color: 266904.

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

Color convert

RGB 152 18 4 -
CMYK 0 0.88 0.97 0.40
HSL 5.68º 0.95% 0.31% -
HSV(B) 5.68º 0.97% 0.6% -
XYZ 13.19 7.12 0.79 -
YUV 56.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 152 18 4 0 0.88 0.97 0.40 5.68 0.95 0.31
Hex 98 12 4 0 58 61 28 6 5F 1F
Octal 230 22 4 0 130 141 50 6 137 37
Binary 10011000 10010 100 0 1011000 1100001 101000 110 1011111 11111

Color Harmonies of #981204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981204

Black with #981204

Text Example


Text Example

White with #981204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981204; }

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

 H1.HeaderClassName
 {
   color: #981204;
 }
 .AnyTagClassName
 {
   color: #981204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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