Html Css Color HEX #980504 Dark Red

📋 copy color: '#980504'

red 152 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #980504

Tints of Dark Red #980504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 94.41%
G = 3.11%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#980504 (or 0x980504) is known color: Dark Red. HEX triplet: 98, 05 and 04. RGB value is (152,5,4). Sum of RGB (Red+Green+Blue) = 152+5+4=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980504 is #67FAFB. Grayscale: #303030. Windows color (decimal): -6814460 or 263576. OLE color: 263576.

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

Color convert

RGB 152 5 4 -
CMYK 0 0.97 0.97 0.40
HSL 0.41º 0.95% 0.31% -
HSV(B) 0.41º 0.97% 0.6% -
XYZ 13.03 6.79 0.74 -
YUV 48.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 152 5 4 0 0.97 0.97 0.40 0.41 0.95 0.31
Hex 98 5 4 0 61 61 28 0 5F 1F
Octal 230 5 4 0 141 141 50 0 137 37
Binary 10011000 101 100 0 1100001 1100001 101000 0 1011111 11111

Color Harmonies of #980504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980504

Black with #980504

Text Example


Text Example

White with #980504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980504; }

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

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

background-color css

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

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

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

border-color css

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

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

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