Html Css Color HEX #891503 Dark Red

📋 copy color: '#891503'

red 137 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #891503

Tints of Dark Red #891503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 85.09%
G = 13.04%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#891503 (or 0x891503) is known color: Dark Red. HEX triplet: 89, 15 and 03. RGB value is (137,21,3). Sum of RGB (Red+Green+Blue) = 137+21+3=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #891503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891503 is #76EAFC. Grayscale: #353535. Windows color (decimal): -7793405 or 202121. OLE color: 202121.

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

Color convert

RGB 137 21 3 -
CMYK 0 0.85 0.98 0.46
HSL 8.06º 0.96% 0.27% -
HSV(B) 8.06º 0.98% 0.54% -
XYZ 10.6 5.86 0.66 -
YUV 53.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 137 21 3 0 0.85 0.98 0.46 8.06 0.96 0.27
Hex 89 15 3 0 55 62 2E 8 60 1B
Octal 211 25 3 0 125 142 56 10 140 33
Binary 10001001 10101 11 0 1010101 1100010 101110 1000 1100000 11011

Color Harmonies of #891503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891503

Black with #891503

Text Example


Text Example

White with #891503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891503; }

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

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

background-color css

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

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

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

border-color css

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

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

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