Html Css Color HEX #991405 Dark Red

📋 copy color: '#991405'

red 153 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #991405

Tints of Dark Red #991405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 85.96%
G = 11.24%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#991405 (or 0x991405) is known color: Dark Red. HEX triplet: 99, 14 and 05. RGB value is (153,20,5). Sum of RGB (Red+Green+Blue) = 153+20+5=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #991405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991405 is #66EBFA. Grayscale: #3A3A3A. Windows color (decimal): -6745083 or 332953. OLE color: 332953.

HSL color Cylindrical-coordinate representation of color #991405: hue angle of 6.08º 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 #991405 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 20 5 -
CMYK 0 0.87 0.97 0.4
HSL 6.08º 0.94% 0.31% -
HSV(B) 6.08º 0.97% 0.6% -
XYZ 13.41 7.28 0.84 -
YUV 58.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 153 20 5 0 0.87 0.97 0.4 6.08 0.94 0.31
Hex 99 14 5 0 57 61 28 6 5E 1F
Octal 231 24 5 0 127 141 50 6 136 37
Binary 10011001 10100 101 0 1010111 1100001 101000 110 1011110 11111

Color Harmonies of #991405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991405

Black with #991405

Text Example


Text Example

White with #991405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991405; }

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

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

background-color css

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

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

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

border-color css

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

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

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