Html Css Color HEX #890908 Dark Red

📋 copy color: '#890908'

red 137 ◦ green 9 ◦ blue 8

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

Shades of Dark Red #890908

Tints of Dark Red #890908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

 BLUE value IS 8 (3.52% from 255) = 5.19%

R = 88.96%
G = 5.84%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#890908 (or 0x890908) is known color: Dark Red. HEX triplet: 89, 09 and 08. RGB value is (137,9,8). Sum of RGB (Red+Green+Blue) = 137+9+8=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #890908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890908 is #76F6F7. Grayscale: #2F2F2F. Windows color (decimal): -7796472 or 526729. OLE color: 526729.

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

Color convert

RGB 137 9 8 -
CMYK 0 0.93 0.94 0.46
HSL 0.47º 0.89% 0.28% -
HSV(B) 0.47º 0.94% 0.54% -
XYZ 10.46 5.53 0.75 -
YUV 47.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 137 9 8 0 0.93 0.94 0.46 0.47 0.89 0.28
Hex 89 9 8 0 5D 5E 2E 0 59 1C
Octal 211 11 10 0 135 136 56 0 131 34
Binary 10001001 1001 1000 0 1011101 1011110 101110 0 1011001 11100

Color Harmonies of #890908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890908

Black with #890908

Text Example


Text Example

White with #890908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890908; }

 p { color: rgb(137,9,8); }

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

background-color css

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

 a { background-color: rgb(137,9,8); }

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

border-color css

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

 span { border-color: rgb(137,9,8); }

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