Html Css Color HEX #890D01 Dark Red

📋 copy color: '#890D01'

red 137 ◦ green 13 ◦ blue 1

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

Shades of Dark Red #890D01

Tints of Dark Red #890D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.61%

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

R = 90.73%
G = 8.61%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890D01 (or 0x890D01) is known color: Dark Red. HEX triplet: 89, 0D and 01. RGB value is (137,13,1). Sum of RGB (Red+Green+Blue) = 137+13+1=151 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.73% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 137 - color contains mainly: red. Hex color #890D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D01 is #76F2FE. Grayscale: #303030. Windows color (decimal): -7795455 or 69001. OLE color: 69001.

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

Color convert

RGB 137 13 1 -
CMYK 0 0.91 0.99 0.46
HSL 5.29º 0.99% 0.27% -
HSV(B) 5.29º 0.99% 0.54% -
XYZ 10.47 5.61 0.56 -
YUV 48.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 137 13 1 0 0.91 0.99 0.46 5.29 0.99 0.27
Hex 89 D 1 0 5B 63 2E 5 63 1B
Octal 211 15 1 0 133 143 56 5 143 33
Binary 10001001 1101 1 0 1011011 1100011 101110 101 1100011 11011

Color Harmonies of #890D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D01

Black with #890D01

Text Example


Text Example

White with #890D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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