Html Css Color HEX #890600 Dark Red

📋 copy color: '#890600'

red 137 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #890600

Tints of Dark Red #890600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.8%
G = 4.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#890600 (or 0x890600) is known color: Dark Red. HEX triplet: 89, 06 and 00. RGB value is (137,6,0). Sum of RGB (Red+Green+Blue) = 137+6+0=143 (18% of max value = 765). Red value is 137 (53.91% from 255 or 95.80% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 137 - color contains mainly: red. Hex color #890600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890600 is #76F9FF. Grayscale: #2C2C2C. Windows color (decimal): -7797248 or 1673. OLE color: 1673.

HSL color Cylindrical-coordinate representation of color #890600: hue angle of 2.63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 0 -
CMYK 0 0.96 1 0.46
HSL 2.63º 1% 0.27% -
HSV(B) 2.63º 1% 0.54% -
XYZ 10.38 5.45 0.5 -
YUV 44.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 137 6 0 0 0.96 1 0.46 2.63 1 0.27
Hex 89 6 0 0 60 64 2E 3 64 1B
Octal 211 6 0 0 140 144 56 3 144 33
Binary 10001001 110 0 0 1100000 1100100 101110 11 1100100 11011

Color Harmonies of #890600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890600

Black with #890600

Text Example


Text Example

White with #890600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890600; }

 p { color: rgb(137,6,0); }

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

background-color css

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

 a { background-color: rgb(137,6,0); }

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

border-color css

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

 span { border-color: rgb(137,6,0); }

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