Html Css Color HEX #980909 Dark Red

📋 copy color: '#980909'

red 152 ◦ green 9 ◦ blue 9

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

Shades of Dark Red #980909

Tints of Dark Red #980909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 89.41%
G = 5.29%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#980909 (or 0x980909) is known color: Dark Red. HEX triplet: 98, 09 and 09. RGB value is (152,9,9). Sum of RGB (Red+Green+Blue) = 152+9+9=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #980909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980909 is #67F6F6. Grayscale: #333333. Windows color (decimal): -6813431 or 592280. OLE color: 592280.

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

Color convert

RGB 152 9 9 -
CMYK 0 0.94 0.94 0.40
HSL 0.89% 0.32% -
HSV(B) 0.94% 0.6% -
XYZ 13.1 6.89 0.9 -
YUV 51.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 152 9 9 0 0.94 0.94 0.40 0 0.89 0.32
Hex 98 9 9 0 5E 5E 28 0 59 20
Octal 230 11 11 0 136 136 50 0 131 40
Binary 10011000 1001 1001 0 1011110 1011110 101000 0 1011001 100000

Color Harmonies of #980909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980909

Black with #980909

Text Example


Text Example

White with #980909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980909; }

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

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

background-color css

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

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

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

border-color css

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

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

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