Html Css Color HEX #980502 Dark Red

📋 copy color: '#980502'

red 152 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #980502

Tints of Dark Red #980502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 95.6%
G = 3.14%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#980502 (or 0x980502) is known color: Dark Red. HEX triplet: 98, 05 and 02. RGB value is (152,5,2). Sum of RGB (Red+Green+Blue) = 152+5+2=159 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95.60% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 152 - color contains mainly: red. Hex color #980502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980502 is #67FAFD. Grayscale: #303030. Windows color (decimal): -6814462 or 132504. OLE color: 132504.

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

Color convert

RGB 152 5 2 -
CMYK 0 0.97 0.99 0.40
HSL 1.2º 0.97% 0.3% -
HSV(B) 1.2º 0.99% 0.6% -
XYZ 13.01 6.79 0.68 -
YUV 48.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 152 5 2 0 0.97 0.99 0.40 1.2 0.97 0.3
Hex 98 5 2 0 61 63 28 1 61 1E
Octal 230 5 2 0 141 143 50 1 141 36
Binary 10011000 101 10 0 1100001 1100011 101000 1 1100001 11110

Color Harmonies of #980502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980502

Black with #980502

Text Example


Text Example

White with #980502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980502; }

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

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

background-color css

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

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

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

border-color css

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

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

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