Html Css Color HEX #891303 Dark Red

📋 copy color: '#891303'

red 137 ◦ green 19 ◦ blue 3

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

Shades of Dark Red #891303

Tints of Dark Red #891303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

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

R = 86.16%
G = 11.95%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#891303 (or 0x891303) is known color: Dark Red. HEX triplet: 89, 13 and 03. RGB value is (137,19,3). Sum of RGB (Red+Green+Blue) = 137+19+3=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #891303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891303 is #76ECFC. Grayscale: #343434. Windows color (decimal): -7793917 or 201609. OLE color: 201609.

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

Color convert

RGB 137 19 3 -
CMYK 0 0.86 0.98 0.46
HSL 7.16º 0.96% 0.27% -
HSV(B) 7.16º 0.98% 0.54% -
XYZ 10.57 5.79 0.65 -
YUV 52.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 137 19 3 0 0.86 0.98 0.46 7.16 0.96 0.27
Hex 89 13 3 0 56 62 2E 7 60 1B
Octal 211 23 3 0 126 142 56 7 140 33
Binary 10001001 10011 11 0 1010110 1100010 101110 111 1100000 11011

Color Harmonies of #891303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891303

Black with #891303

Text Example


Text Example

White with #891303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891303; }

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

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

background-color css

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

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

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

border-color css

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

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

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