Html Css Color HEX #980503 Dark Red

📋 copy color: '#980503'

red 152 ◦ green 5 ◦ blue 3

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

Shades of Dark Red #980503

Tints of Dark Red #980503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 95%
G = 3.13%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980503 (or 0x980503) is known color: Dark Red. HEX triplet: 98, 05 and 03. RGB value is (152,5,3). Sum of RGB (Red+Green+Blue) = 152+5+3=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980503 is #67FAFC. Grayscale: #303030. Windows color (decimal): -6814461 or 198040. OLE color: 198040.

HSL color Cylindrical-coordinate representation of color #980503: hue angle of 0.81º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980503 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 3 -
CMYK 0 0.97 0.98 0.40
HSL 0.81º 0.96% 0.3% -
HSV(B) 0.81º 0.98% 0.6% -
XYZ 13.02 6.79 0.71 -
YUV 48.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 152 5 3 0 0.97 0.98 0.40 0.81 0.96 0.3
Hex 98 5 3 0 61 62 28 1 60 1E
Octal 230 5 3 0 141 142 50 1 140 36
Binary 10011000 101 11 0 1100001 1100010 101000 1 1100000 11110

Color Harmonies of #980503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980503

Black with #980503

Text Example


Text Example

White with #980503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980503; }

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

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

background-color css

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

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

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

border-color css

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

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

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