Html Css Color HEX #891405 Dark Red

📋 copy color: '#891405'

red 137 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #891405

Tints of Dark Red #891405

RGB

 RED value IS 137 (53.91% from 255) = 84.57%

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

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

R = 84.57%
G = 12.35%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#891405 (or 0x891405) is known color: Dark Red. HEX triplet: 89, 14 and 05. RGB value is (137,20,5). Sum of RGB (Red+Green+Blue) = 137+20+5=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #891405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891405 is #76EBFA. Grayscale: #353535. Windows color (decimal): -7793659 or 332937. OLE color: 332937.

HSL color Cylindrical-coordinate representation of color #891405: hue angle of 6.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891405 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 5 -
CMYK 0 0.85 0.96 0.46
HSL 6.82º 0.93% 0.28% -
HSV(B) 6.82º 0.96% 0.54% -
XYZ 10.59 5.83 0.71 -
YUV 53.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 137 20 5 0 0.85 0.96 0.46 6.82 0.93 0.28
Hex 89 14 5 0 55 60 2E 7 5D 1C
Octal 211 24 5 0 125 140 56 7 135 34
Binary 10001001 10100 101 0 1010101 1100000 101110 111 1011101 11100

Color Harmonies of #891405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891405

Black with #891405

Text Example


Text Example

White with #891405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891405; }

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

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

background-color css

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

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

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

border-color css

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

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

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