Html Css Color HEX #890804 Dark Red

📋 copy color: '#890804'

red 137 ◦ green 8 ◦ blue 4

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

Shades of Dark Red #890804

Tints of Dark Red #890804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 4 (1.95% from 255) = 2.68%

R = 91.95%
G = 5.37%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#890804 (or 0x890804) is known color: Dark Red. HEX triplet: 89, 08 and 04. RGB value is (137,8,4). Sum of RGB (Red+Green+Blue) = 137+8+4=149 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.95% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 137 - color contains mainly: red. Hex color #890804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890804 is #76F7FB. Grayscale: #2E2E2E. Windows color (decimal): -7796732 or 264329. OLE color: 264329.

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

Color convert

RGB 137 8 4 -
CMYK 0 0.94 0.97 0.46
HSL 1.8º 0.94% 0.28% -
HSV(B) 1.8º 0.97% 0.54% -
XYZ 10.43 5.5 0.63 -
YUV 46.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 137 8 4 0 0.94 0.97 0.46 1.8 0.94 0.28
Hex 89 8 4 0 5E 61 2E 2 5E 1C
Octal 211 10 4 0 136 141 56 2 136 34
Binary 10001001 1000 100 0 1011110 1100001 101110 10 1011110 11100

Color Harmonies of #890804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890804

Black with #890804

Text Example


Text Example

White with #890804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890804; }

 p { color: rgb(137,8,4); }

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

background-color css

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

 a { background-color: rgb(137,8,4); }

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

border-color css

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

 span { border-color: rgb(137,8,4); }

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