Html Css Color HEX #890500 Dark Red

📋 copy color: '#890500'

red 137 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #890500

Tints of Dark Red #890500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 96.48%
G = 3.52%
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

#890500 (or 0x890500) is known color: Dark Red. HEX triplet: 89, 05 and 00. RGB value is (137,5,0). Sum of RGB (Red+Green+Blue) = 137+5+0=142 (18% of max value = 765). Red value is 137 (53.91% from 255 or 96.48% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 137 - color contains mainly: red. Hex color #890500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890500 is #76FAFF. Grayscale: #2C2C2C. Windows color (decimal): -7797504 or 1417. OLE color: 1417.

HSL color Cylindrical-coordinate representation of color #890500: hue angle of 2.19º 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 #890500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 0 -
CMYK 0 0.96 1 0.46
HSL 2.19º 1% 0.27% -
HSV(B) 2.19º 1% 0.54% -
XYZ 10.37 5.43 0.5 -
YUV 43.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 137 5 0 0 0.96 1 0.46 2.19 1 0.27
Hex 89 5 0 0 60 64 2E 2 64 1B
Octal 211 5 0 0 140 144 56 2 144 33
Binary 10001001 101 0 0 1100000 1100100 101110 10 1100100 11011

Color Harmonies of #890500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890500

Black with #890500

Text Example


Text Example

White with #890500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890500; }

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

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

background-color css

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

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

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

border-color css

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

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

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