Html Css Color HEX #890D04 Dark Red

📋 copy color: '#890D04'

red 137 ◦ green 13 ◦ blue 4

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

Shades of Dark Red #890D04

Tints of Dark Red #890D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 88.96%
G = 8.44%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#890D04 (or 0x890D04) is known color: Dark Red. HEX triplet: 89, 0D and 04. RGB value is (137,13,4). Sum of RGB (Red+Green+Blue) = 137+13+4=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #890D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D04 is #76F2FB. Grayscale: #313131. Windows color (decimal): -7795452 or 265609. OLE color: 265609.

HSL color Cylindrical-coordinate representation of color #890D04: hue angle of 4.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890D04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 4 -
CMYK 0 0.91 0.97 0.46
HSL 4.06º 0.94% 0.28% -
HSV(B) 4.06º 0.97% 0.54% -
XYZ 10.48 5.61 0.65 -
YUV 49.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 137 13 4 0 0.91 0.97 0.46 4.06 0.94 0.28
Hex 89 D 4 0 5B 61 2E 4 5E 1C
Octal 211 15 4 0 133 141 56 4 136 34
Binary 10001001 1101 100 0 1011011 1100001 101110 100 1011110 11100

Color Harmonies of #890D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D04

Black with #890D04

Text Example


Text Example

White with #890D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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