Html Css Color HEX #890901 Dark Red

📋 copy color: '#890901'

red 137 ◦ green 9 ◦ blue 1

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

Shades of Dark Red #890901

Tints of Dark Red #890901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

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

R = 93.2%
G = 6.12%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890901 (or 0x890901) is known color: Dark Red. HEX triplet: 89, 09 and 01. RGB value is (137,9,1). Sum of RGB (Red+Green+Blue) = 137+9+1=147 (19% of max value = 765). Red value is 137 (53.91% from 255 or 93.20% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 137 - color contains mainly: red. Hex color #890901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890901 is #76F6FE. Grayscale: #2E2E2E. Windows color (decimal): -7796479 or 67977. OLE color: 67977.

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

Color convert

RGB 137 9 1 -
CMYK 0 0.93 0.99 0.46
HSL 3.53º 0.99% 0.27% -
HSV(B) 3.53º 0.99% 0.54% -
XYZ 10.42 5.52 0.54 -
YUV 46.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 137 9 1 0 0.93 0.99 0.46 3.53 0.99 0.27
Hex 89 9 1 0 5D 63 2E 4 63 1B
Octal 211 11 1 0 135 143 56 4 143 33
Binary 10001001 1001 1 0 1011101 1100011 101110 100 1100011 11011

Color Harmonies of #890901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890901

Black with #890901

Text Example


Text Example

White with #890901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890901; }

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

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

background-color css

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

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

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

border-color css

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

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

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