Html Css Color HEX #980603 Dark Red

📋 copy color: '#980603'

red 152 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #980603

Tints of Dark Red #980603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 94.41%
G = 3.73%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980603 (or 0x980603) is known color: Dark Red. HEX triplet: 98, 06 and 03. RGB value is (152,6,3). Sum of RGB (Red+Green+Blue) = 152+6+3=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980603 is #67F9FC. Grayscale: #313131. Windows color (decimal): -6814205 or 198296. OLE color: 198296.

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

Color convert

RGB 152 6 3 -
CMYK 0 0.96 0.98 0.40
HSL 1.21º 0.96% 0.3% -
HSV(B) 1.21º 0.98% 0.6% -
XYZ 13.03 6.81 0.71 -
YUV 49.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 152 6 3 0 0.96 0.98 0.40 1.21 0.96 0.3
Hex 98 6 3 0 60 62 28 1 60 1E
Octal 230 6 3 0 140 142 50 1 140 36
Binary 10011000 110 11 0 1100000 1100010 101000 1 1100000 11110

Color Harmonies of #980603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980603

Black with #980603

Text Example


Text Example

White with #980603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980603; }

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

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

background-color css

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

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

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

border-color css

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

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

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