Html Css Color HEX #890503 Dark Red

📋 copy color: '#890503'

red 137 ◦ green 5 ◦ blue 3

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

Shades of Dark Red #890503

Tints of Dark Red #890503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.07%

R = 94.48%
G = 3.45%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#890503 (or 0x890503) is known color: Dark Red. HEX triplet: 89, 05 and 03. RGB value is (137,5,3). Sum of RGB (Red+Green+Blue) = 137+5+3=145 (19% of max value = 765). Red value is 137 (53.91% from 255 or 94.48% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 137 - color contains mainly: red. Hex color #890503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890503 is #76FAFC. Grayscale: #2C2C2C. Windows color (decimal): -7797501 or 198025. OLE color: 198025.

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

Color convert

RGB 137 5 3 -
CMYK 0 0.96 0.98 0.46
HSL 0.9º 0.96% 0.27% -
HSV(B) 0.9º 0.98% 0.54% -
XYZ 10.39 5.43 0.59 -
YUV 44.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 137 5 3 0 0.96 0.98 0.46 0.9 0.96 0.27
Hex 89 5 3 0 60 62 2E 1 60 1B
Octal 211 5 3 0 140 142 56 1 140 33
Binary 10001001 101 11 0 1100000 1100010 101110 1 1100000 11011

Color Harmonies of #890503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890503

Black with #890503

Text Example


Text Example

White with #890503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890503; }

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

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

background-color css

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

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

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

border-color css

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

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

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