Html Css Color HEX #890F07 Dark Red

📋 copy color: '#890F07'

red 137 ◦ green 15 ◦ blue 7

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

Shades of Dark Red #890F07

Tints of Dark Red #890F07

RGB

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

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

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

R = 86.16%
G = 9.43%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#890F07 (or 0x890F07) is known color: Dark Red. HEX triplet: 89, 0F and 07. RGB value is (137,15,7). Sum of RGB (Red+Green+Blue) = 137+15+7=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F07 is #76F0F8. Grayscale: #323232. Windows color (decimal): -7794937 or 462729. OLE color: 462729.

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

Color convert

RGB 137 15 7 -
CMYK 0 0.89 0.95 0.46
HSL 3.69º 0.9% 0.28% -
HSV(B) 3.69º 0.95% 0.54% -
XYZ 10.53 5.68 0.74 -
YUV 50.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 137 15 7 0 0.89 0.95 0.46 3.69 0.9 0.28
Hex 89 F 7 0 59 5F 2E 4 5A 1C
Octal 211 17 7 0 131 137 56 4 132 34
Binary 10001001 1111 111 0 1011001 1011111 101110 100 1011010 11100

Color Harmonies of #890F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F07

Black with #890F07

Text Example


Text Example

White with #890F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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