Html Css Color HEX #891700 Dark Red

📋 copy color: '#891700'

red 137 ◦ green 23 ◦ blue 0

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

Shades of Dark Red #891700

Tints of Dark Red #891700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 85.63%
G = 14.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#891700 (or 0x891700) is known color: Dark Red. HEX triplet: 89, 17 and 00. RGB value is (137,23,0). Sum of RGB (Red+Green+Blue) = 137+23+0=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #891700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891700 is #76E8FF. Grayscale: #363636. Windows color (decimal): -7792896 or 6025. OLE color: 6025.

HSL color Cylindrical-coordinate representation of color #891700: hue angle of 10.07º 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 #891700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 23 0 -
CMYK 0 0.83 1 0.46
HSL 10.07º 1% 0.27% -
HSV(B) 10.07º 1% 0.54% -
XYZ 10.62 5.93 0.58 -
YUV 54.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 137 23 0 0 0.83 1 0.46 10.07 1 0.27
Hex 89 17 0 0 53 64 2E A 64 1B
Octal 211 27 0 0 123 144 56 12 144 33
Binary 10001001 10111 0 0 1010011 1100100 101110 1010 1100100 11011

Color Harmonies of #891700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891700

Black with #891700

Text Example


Text Example

White with #891700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891700; }

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

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

background-color css

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

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

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

border-color css

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

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

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