Html Css Color HEX #890301 Dark Red

📋 copy color: '#890301'

red 137 ◦ green 3 ◦ blue 1

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

Shades of Dark Red #890301

Tints of Dark Red #890301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 97.16%
G = 2.13%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890301 (or 0x890301) is known color: Dark Red. HEX triplet: 89, 03 and 01. RGB value is (137,3,1). Sum of RGB (Red+Green+Blue) = 137+3+1=141 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.16% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 137 - color contains mainly: red. Hex color #890301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890301 is #76FCFE. Grayscale: #2A2A2A. Windows color (decimal): -7798015 or 66441. OLE color: 66441.

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

Color convert

RGB 137 3 1 -
CMYK 0 0.98 0.99 0.46
HSL 0.88º 0.99% 0.27% -
HSV(B) 0.88º 0.99% 0.54% -
XYZ 10.35 5.39 0.52 -
YUV 42.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 137 3 1 0 0.98 0.99 0.46 0.88 0.99 0.27
Hex 89 3 1 0 62 63 2E 1 63 1B
Octal 211 3 1 0 142 143 56 1 143 33
Binary 10001001 11 1 0 1100010 1100011 101110 1 1100011 11011

Color Harmonies of #890301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890301

Black with #890301

Text Example


Text Example

White with #890301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890301; }

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

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

background-color css

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

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

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

border-color css

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

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

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