Html Css Color HEX #990F05 Dark Red

📋 copy color: '#990F05'

red 153 ◦ green 15 ◦ blue 5

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

Shades of Dark Red #990F05

Tints of Dark Red #990F05

RGB

 RED value IS 153 (60.16% from 255) = 88.44%

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 88.44%
G = 8.67%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#990F05 (or 0x990F05) is known color: Dark Red. HEX triplet: 99, 0F and 05. RGB value is (153,15,5). Sum of RGB (Red+Green+Blue) = 153+15+5=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #990F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F05 is #66F0FA. Grayscale: #373737. Windows color (decimal): -6746363 or 331673. OLE color: 331673.

HSL color Cylindrical-coordinate representation of color #990F05: hue angle of 4.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990F05 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 5 -
CMYK 0 0.90 0.97 0.4
HSL 4.05º 0.94% 0.31% -
HSV(B) 4.05º 0.97% 0.6% -
XYZ 13.34 7.12 0.82 -
YUV 55.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 153 15 5 0 0.90 0.97 0.4 4.05 0.94 0.31
Hex 99 F 5 0 5A 61 28 4 5E 1F
Octal 231 17 5 0 132 141 50 4 136 37
Binary 10011001 1111 101 0 1011010 1100001 101000 100 1011110 11111

Color Harmonies of #990F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F05

Black with #990F05

Text Example


Text Example

White with #990F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990F05; }

 p { color: rgb(153,15,5); }

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

background-color css

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

 a { background-color: rgb(153,15,5); }

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

border-color css

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

 span { border-color: rgb(153,15,5); }

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