Html Css Color HEX #890403 Dark Red

📋 copy color: '#890403'

red 137 ◦ green 4 ◦ blue 3

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

Shades of Dark Red #890403

Tints of Dark Red #890403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 95.14%
G = 2.78%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#890403 (or 0x890403) is known color: Dark Red. HEX triplet: 89, 04 and 03. RGB value is (137,4,3). Sum of RGB (Red+Green+Blue) = 137+4+3=144 (19% of max value = 765). Red value is 137 (53.91% from 255 or 95.14% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 137 - color contains mainly: red. Hex color #890403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890403 is #76FBFC. Grayscale: #2B2B2B. Windows color (decimal): -7797757 or 197769. OLE color: 197769.

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

Color convert

RGB 137 4 3 -
CMYK 0 0.97 0.98 0.46
HSL 0.45º 0.96% 0.27% -
HSV(B) 0.45º 0.98% 0.54% -
XYZ 10.38 5.41 0.58 -
YUV 43.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 137 4 3 0 0.97 0.98 0.46 0.45 0.96 0.27
Hex 89 4 3 0 61 62 2E 0 60 1B
Octal 211 4 3 0 141 142 56 0 140 33
Binary 10001001 100 11 0 1100001 1100010 101110 0 1100000 11011

Color Harmonies of #890403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890403

Black with #890403

Text Example


Text Example

White with #890403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890403; }

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

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

background-color css

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

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

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

border-color css

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

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

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