Html Css Color HEX #890100 Dark Red

📋 copy color: '#890100'

red 137 ◦ green 1 ◦ blue 0

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

Shades of Dark Red #890100

Tints of Dark Red #890100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 99.28%
G = 0.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#890100 (or 0x890100) is known color: Dark Red. HEX triplet: 89, 01 and 00. RGB value is (137,1,0). Sum of RGB (Red+Green+Blue) = 137+1+0=138 (18% of max value = 765). Red value is 137 (53.91% from 255 or 99.28% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 137 - color contains mainly: red. Hex color #890100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890100 is #76FEFF. Grayscale: #292929. Windows color (decimal): -7798528 or 393. OLE color: 393.

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

Color convert

RGB 137 1 0 -
CMYK 0 0.99 1 0.46
HSL 0.44º 1% 0.27% -
HSV(B) 0.44º 1% 0.54% -
XYZ 10.33 5.34 0.49 -
YUV 41.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 137 1 0 0 0.99 1 0.46 0.44 1 0.27
Hex 89 1 0 0 63 64 2E 0 64 1B
Octal 211 1 0 0 143 144 56 0 144 33
Binary 10001001 1 0 0 1100011 1100100 101110 0 1100100 11011

Color Harmonies of #890100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890100

Black with #890100

Text Example


Text Example

White with #890100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890100; }

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

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

background-color css

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

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

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

border-color css

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

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

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