Html Css Color HEX #980803 Dark Red

📋 copy color: '#980803'

red 152 ◦ green 8 ◦ blue 3

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

Shades of Dark Red #980803

Tints of Dark Red #980803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

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

R = 93.25%
G = 4.91%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980803 (or 0x980803) is known color: Dark Red. HEX triplet: 98, 08 and 03. RGB value is (152,8,3). Sum of RGB (Red+Green+Blue) = 152+8+3=163 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.25% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 152 - color contains mainly: red. Hex color #980803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980803 is #67F7FC. Grayscale: #323232. Windows color (decimal): -6813693 or 198808. OLE color: 198808.

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

Color convert

RGB 152 8 3 -
CMYK 0 0.95 0.98 0.40
HSL 2.01º 0.96% 0.3% -
HSV(B) 2.01º 0.98% 0.6% -
XYZ 13.05 6.86 0.72 -
YUV 50.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 152 8 3 0 0.95 0.98 0.40 2.01 0.96 0.3
Hex 98 8 3 0 5F 62 28 2 60 1E
Octal 230 10 3 0 137 142 50 2 140 36
Binary 10011000 1000 11 0 1011111 1100010 101000 10 1100000 11110

Color Harmonies of #980803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980803

Black with #980803

Text Example


Text Example

White with #980803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980803; }

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

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

background-color css

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

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

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

border-color css

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

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

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