Html Css Color HEX #890E07 Dark Red

📋 copy color: '#890E07'

red 137 ◦ green 14 ◦ blue 7

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

Shades of Dark Red #890E07

Tints of Dark Red #890E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 86.71%
G = 8.86%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#890E07 (or 0x890E07) is known color: Dark Red. HEX triplet: 89, 0E and 07. RGB value is (137,14,7). Sum of RGB (Red+Green+Blue) = 137+14+7=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #890E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E07 is #76F1F8. Grayscale: #323232. Windows color (decimal): -7795193 or 462473. OLE color: 462473.

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

Color convert

RGB 137 14 7 -
CMYK 0 0.90 0.95 0.46
HSL 3.23º 0.9% 0.28% -
HSV(B) 3.23º 0.95% 0.54% -
XYZ 10.51 5.65 0.74 -
YUV 49.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 137 14 7 0 0.90 0.95 0.46 3.23 0.9 0.28
Hex 89 E 7 0 5A 5F 2E 3 5A 1C
Octal 211 16 7 0 132 137 56 3 132 34
Binary 10001001 1110 111 0 1011010 1011111 101110 11 1011010 11100

Color Harmonies of #890E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E07

Black with #890E07

Text Example


Text Example

White with #890E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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