Html Css Color HEX #890401 Dark Red

📋 copy color: '#890401'

red 137 ◦ green 4 ◦ blue 1

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

Shades of Dark Red #890401

Tints of Dark Red #890401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 96.48%
G = 2.82%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890401 (or 0x890401) is known color: Dark Red. HEX triplet: 89, 04 and 01. RGB value is (137,4,1). Sum of RGB (Red+Green+Blue) = 137+4+1=142 (18% of max value = 765). Red value is 137 (53.91% from 255 or 96.48% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 137 - color contains mainly: red. Hex color #890401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890401 is #76FBFE. Grayscale: #2B2B2B. Windows color (decimal): -7797759 or 66697. OLE color: 66697.

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

Color convert

RGB 137 4 1 -
CMYK 0 0.97 0.99 0.46
HSL 1.32º 0.99% 0.27% -
HSV(B) 1.32º 0.99% 0.54% -
XYZ 10.37 5.41 0.53 -
YUV 43.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 137 4 1 0 0.97 0.99 0.46 1.32 0.99 0.27
Hex 89 4 1 0 61 63 2E 1 63 1B
Octal 211 4 1 0 141 143 56 1 143 33
Binary 10001001 100 1 0 1100001 1100011 101110 1 1100011 11011

Color Harmonies of #890401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890401

Black with #890401

Text Example


Text Example

White with #890401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890401; }

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

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

background-color css

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

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

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

border-color css

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

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

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