Html Css Color HEX #891500 Dark Red

📋 copy color: '#891500'

red 137 ◦ green 21 ◦ blue 0

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

Shades of Dark Red #891500

Tints of Dark Red #891500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.71%
G = 13.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#891500 (or 0x891500) is known color: Dark Red. HEX triplet: 89, 15 and 00. RGB value is (137,21,0). Sum of RGB (Red+Green+Blue) = 137+21+0=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #891500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891500 is #76EAFF. Grayscale: #353535. Windows color (decimal): -7793408 or 5513. OLE color: 5513.

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

Color convert

RGB 137 21 0 -
CMYK 0 0.85 1 0.46
HSL 9.2º 1% 0.27% -
HSV(B) 9.2º 1% 0.54% -
XYZ 10.58 5.85 0.57 -
YUV 53.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 137 21 0 0 0.85 1 0.46 9.2 1 0.27
Hex 89 15 0 0 55 64 2E 9 64 1B
Octal 211 25 0 0 125 144 56 11 144 33
Binary 10001001 10101 0 0 1010101 1100100 101110 1001 1100100 11011

Color Harmonies of #891500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891500

Black with #891500

Text Example


Text Example

White with #891500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891500; }

 p { color: rgb(137,21,0); }

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

background-color css

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

 a { background-color: rgb(137,21,0); }

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

border-color css

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

 span { border-color: rgb(137,21,0); }

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