Html Css Color HEX #890400 Dark Red

📋 copy color: '#890400'

red 137 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #890400

Tints of Dark Red #890400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 97.16%
G = 2.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#890400 (or 0x890400) is known color: Dark Red. HEX triplet: 89, 04 and 00. RGB value is (137,4,0). Sum of RGB (Red+Green+Blue) = 137+4+0=141 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.16% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 137 - color contains mainly: red. Hex color #890400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890400 is #76FBFF. Grayscale: #2B2B2B. Windows color (decimal): -7797760 or 1161. OLE color: 1161.

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

Color convert

RGB 137 4 0 -
CMYK 0 0.97 1 0.46
HSL 1.75º 1% 0.27% -
HSV(B) 1.75º 1% 0.54% -
XYZ 10.36 5.41 0.5 -
YUV 43.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 137 4 0 0 0.97 1 0.46 1.75 1 0.27
Hex 89 4 0 0 61 64 2E 2 64 1B
Octal 211 4 0 0 141 144 56 2 144 33
Binary 10001001 100 0 0 1100001 1100100 101110 10 1100100 11011

Color Harmonies of #890400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890400

Black with #890400

Text Example


Text Example

White with #890400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890400; }

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

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

background-color css

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

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

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

border-color css

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

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

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