Html Css Color HEX #891800 Dark Red

📋 copy color: '#891800'

red 137 ◦ green 24 ◦ blue 0

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

Shades of Dark Red #891800

Tints of Dark Red #891800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 85.09%
G = 14.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#891800 (or 0x891800) is known color: Dark Red. HEX triplet: 89, 18 and 00. RGB value is (137,24,0). Sum of RGB (Red+Green+Blue) = 137+24+0=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891800 is #76E7FF. Grayscale: #373737. Windows color (decimal): -7792640 or 6281. OLE color: 6281.

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

Color convert

RGB 137 24 0 -
CMYK 0 0.82 1 0.46
HSL 10.51º 1% 0.27% -
HSV(B) 10.51º 1% 0.54% -
XYZ 10.64 5.97 0.59 -
YUV 55.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 137 24 0 0 0.82 1 0.46 10.51 1 0.27
Hex 89 18 0 0 52 64 2E B 64 1B
Octal 211 30 0 0 122 144 56 13 144 33
Binary 10001001 11000 0 0 1010010 1100100 101110 1011 1100100 11011

Color Harmonies of #891800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891800

Black with #891800

Text Example


Text Example

White with #891800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891800; }

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

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

background-color css

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

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

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

border-color css

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

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

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