Html Css Color HEX #891301 Dark Red

📋 copy color: '#891301'

red 137 ◦ green 19 ◦ blue 1

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

Shades of Dark Red #891301

Tints of Dark Red #891301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 87.26%
G = 12.1%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#891301 (or 0x891301) is known color: Dark Red. HEX triplet: 89, 13 and 01. RGB value is (137,19,1). Sum of RGB (Red+Green+Blue) = 137+19+1=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #891301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891301 is #76ECFE. Grayscale: #343434. Windows color (decimal): -7793919 or 70537. OLE color: 70537.

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

Color convert

RGB 137 19 1 -
CMYK 0 0.86 0.99 0.46
HSL 7.94º 0.99% 0.27% -
HSV(B) 7.94º 0.99% 0.54% -
XYZ 10.55 5.79 0.59 -
YUV 52.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 137 19 1 0 0.86 0.99 0.46 7.94 0.99 0.27
Hex 89 13 1 0 56 63 2E 8 63 1B
Octal 211 23 1 0 126 143 56 10 143 33
Binary 10001001 10011 1 0 1010110 1100011 101110 1000 1100011 11011

Color Harmonies of #891301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891301

Black with #891301

Text Example


Text Example

White with #891301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891301; }

 p { color: rgb(137,19,1); }

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

background-color css

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

 a { background-color: rgb(137,19,1); }

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

border-color css

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

 span { border-color: rgb(137,19,1); }

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