Html Css Color HEX #890F04 Dark Red

📋 copy color: '#890F04'

red 137 ◦ green 15 ◦ blue 4

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

Shades of Dark Red #890F04

Tints of Dark Red #890F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

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

R = 87.82%
G = 9.62%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#890F04 (or 0x890F04) is known color: Dark Red. HEX triplet: 89, 0F and 04. RGB value is (137,15,4). Sum of RGB (Red+Green+Blue) = 137+15+4=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F04 is #76F0FB. Grayscale: #323232. Windows color (decimal): -7794940 or 266121. OLE color: 266121.

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

Color convert

RGB 137 15 4 -
CMYK 0 0.89 0.97 0.46
HSL 4.96º 0.94% 0.28% -
HSV(B) 4.96º 0.97% 0.54% -
XYZ 10.51 5.67 0.66 -
YUV 50.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 137 15 4 0 0.89 0.97 0.46 4.96 0.94 0.28
Hex 89 F 4 0 59 61 2E 5 5E 1C
Octal 211 17 4 0 131 141 56 5 136 34
Binary 10001001 1111 100 0 1011001 1100001 101110 101 1011110 11100

Color Harmonies of #890F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F04

Black with #890F04

Text Example


Text Example

White with #890F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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