Html Css Color HEX #890D07 Dark Red

📋 copy color: '#890D07'

red 137 ◦ green 13 ◦ blue 7

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

Shades of Dark Red #890D07

Tints of Dark Red #890D07

RGB

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

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

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

R = 87.26%
G = 8.28%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#890D07 (or 0x890D07) is known color: Dark Red. HEX triplet: 89, 0D and 07. RGB value is (137,13,7). Sum of RGB (Red+Green+Blue) = 137+13+7=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D07 is #76F2F8. Grayscale: #313131. Windows color (decimal): -7795449 or 462217. OLE color: 462217.

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

Color convert

RGB 137 13 7 -
CMYK 0 0.91 0.95 0.46
HSL 2.77º 0.9% 0.28% -
HSV(B) 2.77º 0.95% 0.54% -
XYZ 10.5 5.62 0.73 -
YUV 49.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 137 13 7 0 0.91 0.95 0.46 2.77 0.9 0.28
Hex 89 D 7 0 5B 5F 2E 3 5A 1C
Octal 211 15 7 0 133 137 56 3 132 34
Binary 10001001 1101 111 0 1011011 1011111 101110 11 1011010 11100

Color Harmonies of #890D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D07

Black with #890D07

Text Example


Text Example

White with #890D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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