Html Css Color HEX #980505 Dark Red

📋 copy color: '#980505'

red 152 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #980505

Tints of Dark Red #980505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 93.83%
G = 3.09%
B = 3.09%

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

#980505 (or 0x980505) is known color: Dark Red. HEX triplet: 98, 05 and 05. RGB value is (152,5,5). Sum of RGB (Red+Green+Blue) = 152+5+5=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980505 is #67FAFA. Grayscale: #313131. Windows color (decimal): -6814459 or 329112. OLE color: 329112.

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

Color convert

RGB 152 5 5 -
CMYK 0 0.97 0.97 0.40
HSL 0.94% 0.31% -
HSV(B) 0.97% 0.6% -
XYZ 13.03 6.79 0.77 -
YUV 48.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 152 5 5 0 0.97 0.97 0.40 0 0.94 0.31
Hex 98 5 5 0 61 61 28 0 5E 1F
Octal 230 5 5 0 141 141 50 0 136 37
Binary 10011000 101 101 0 1100001 1100001 101000 0 1011110 11111

Color Harmonies of #980505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980505

Black with #980505

Text Example


Text Example

White with #980505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980505; }

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

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

background-color css

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

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

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

border-color css

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

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

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