Html Css Color HEX #891306 Dark Red

📋 copy color: '#891306'

red 137 ◦ green 19 ◦ blue 6

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

Shades of Dark Red #891306

Tints of Dark Red #891306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 84.57%
G = 11.73%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#891306 (or 0x891306) is known color: Dark Red. HEX triplet: 89, 13 and 06. RGB value is (137,19,6). Sum of RGB (Red+Green+Blue) = 137+19+6=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #891306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891306 is #76ECF9. Grayscale: #343434. Windows color (decimal): -7793914 or 398217. OLE color: 398217.

HSL color Cylindrical-coordinate representation of color #891306: hue angle of 5.95º degrees, saturation: 0.92, 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 #891306 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 6 -
CMYK 0 0.86 0.96 0.46
HSL 5.95º 0.92% 0.28% -
HSV(B) 5.95º 0.96% 0.54% -
XYZ 10.58 5.8 0.73 -
YUV 52.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 137 19 6 0 0.86 0.96 0.46 5.95 0.92 0.28
Hex 89 13 6 0 56 60 2E 6 5C 1C
Octal 211 23 6 0 126 140 56 6 134 34
Binary 10001001 10011 110 0 1010110 1100000 101110 110 1011100 11100

Color Harmonies of #891306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891306

Black with #891306

Text Example


Text Example

White with #891306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891306; }

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

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

background-color css

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

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

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

border-color css

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

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

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