Html Css Color HEX #980903 Dark Red

📋 copy color: '#980903'

red 152 ◦ green 9 ◦ blue 3

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

Shades of Dark Red #980903

Tints of Dark Red #980903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 92.68%
G = 5.49%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980903 (or 0x980903) is known color: Dark Red. HEX triplet: 98, 09 and 03. RGB value is (152,9,3). Sum of RGB (Red+Green+Blue) = 152+9+3=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980903 is #67F6FC. Grayscale: #333333. Windows color (decimal): -6813437 or 199064. OLE color: 199064.

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

Color convert

RGB 152 9 3 -
CMYK 0 0.94 0.98 0.40
HSL 2.42º 0.96% 0.3% -
HSV(B) 2.42º 0.98% 0.6% -
XYZ 13.06 6.88 0.73 -
YUV 51.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 152 9 3 0 0.94 0.98 0.40 2.42 0.96 0.3
Hex 98 9 3 0 5E 62 28 2 60 1E
Octal 230 11 3 0 136 142 50 2 140 36
Binary 10011000 1001 11 0 1011110 1100010 101000 10 1100000 11110

Color Harmonies of #980903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980903

Black with #980903

Text Example


Text Example

White with #980903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980903; }

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

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

background-color css

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

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

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

border-color css

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

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

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