Html Css Color HEX #890E01 Dark Red

📋 copy color: '#890E01'

red 137 ◦ green 14 ◦ blue 1

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

Shades of Dark Red #890E01

Tints of Dark Red #890E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

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

R = 90.13%
G = 9.21%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890E01 (or 0x890E01) is known color: Dark Red. HEX triplet: 89, 0E and 01. RGB value is (137,14,1). Sum of RGB (Red+Green+Blue) = 137+14+1=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #890E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E01 is #76F1FE. Grayscale: #313131. Windows color (decimal): -7795199 or 69257. OLE color: 69257.

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

Color convert

RGB 137 14 1 -
CMYK 0 0.90 0.99 0.46
HSL 5.74º 0.99% 0.27% -
HSV(B) 5.74º 0.99% 0.54% -
XYZ 10.48 5.63 0.56 -
YUV 49.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 137 14 1 0 0.90 0.99 0.46 5.74 0.99 0.27
Hex 89 E 1 0 5A 63 2E 6 63 1B
Octal 211 16 1 0 132 143 56 6 143 33
Binary 10001001 1110 1 0 1011010 1100011 101110 110 1100011 11011

Color Harmonies of #890E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E01

Black with #890E01

Text Example


Text Example

White with #890E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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