Html Css Color HEX #981504 Dark Red

📋 copy color: '#981504'

red 152 ◦ green 21 ◦ blue 4

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

Shades of Dark Red #981504

Tints of Dark Red #981504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 85.88%
G = 11.86%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#981504 (or 0x981504) is known color: Dark Red. HEX triplet: 98, 15 and 04. RGB value is (152,21,4). Sum of RGB (Red+Green+Blue) = 152+21+4=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #981504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981504 is #67EAFB. Grayscale: #3A3A3A. Windows color (decimal): -6810364 or 267672. OLE color: 267672.

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

Color convert

RGB 152 21 4 -
CMYK 0 0.86 0.97 0.40
HSL 6.89º 0.95% 0.31% -
HSV(B) 6.89º 0.97% 0.6% -
XYZ 13.24 7.22 0.81 -
YUV 58.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 152 21 4 0 0.86 0.97 0.40 6.89 0.95 0.31
Hex 98 15 4 0 56 61 28 7 5F 1F
Octal 230 25 4 0 126 141 50 7 137 37
Binary 10011000 10101 100 0 1010110 1100001 101000 111 1011111 11111

Color Harmonies of #981504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981504

Black with #981504

Text Example


Text Example

White with #981504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981504; }

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

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

background-color css

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

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

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

border-color css

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

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

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