Html Css Color HEX #891003 Dark Red

📋 copy color: '#891003'

red 137 ◦ green 16 ◦ blue 3

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

Shades of Dark Red #891003

Tints of Dark Red #891003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

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

R = 87.82%
G = 10.26%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#891003 (or 0x891003) is known color: Dark Red. HEX triplet: 89, 10 and 03. RGB value is (137,16,3). Sum of RGB (Red+Green+Blue) = 137+16+3=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #891003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891003 is #76EFFC. Grayscale: #323232. Windows color (decimal): -7794685 or 200841. OLE color: 200841.

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

Color convert

RGB 137 16 3 -
CMYK 0 0.88 0.98 0.46
HSL 5.82º 0.96% 0.27% -
HSV(B) 5.82º 0.98% 0.54% -
XYZ 10.52 5.7 0.63 -
YUV 50.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 137 16 3 0 0.88 0.98 0.46 5.82 0.96 0.27
Hex 89 10 3 0 58 62 2E 6 60 1B
Octal 211 20 3 0 130 142 56 6 140 33
Binary 10001001 10000 11 0 1011000 1100010 101110 110 1100000 11011

Color Harmonies of #891003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891003

Black with #891003

Text Example


Text Example

White with #891003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891003; }

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

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

background-color css

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

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

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

border-color css

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

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

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