Html Css Color HEX #891903 Falu Red

📋 copy color: '#891903'

red 137 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #891903

Tints of Falu Red #891903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 83.03%
G = 15.15%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#891903 (or 0x891903) is known color: Falu Red. HEX triplet: 89, 19 and 03. RGB value is (137,25,3). Sum of RGB (Red+Green+Blue) = 137+25+3=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #891903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891903 is #76E6FC. Grayscale: #383838. Windows color (decimal): -7792381 or 203145. OLE color: 203145.

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

Color convert

RGB 137 25 3 -
CMYK 0 0.82 0.98 0.46
HSL 9.85º 0.96% 0.27% -
HSV(B) 9.85º 0.98% 0.54% -
XYZ 10.68 6.02 0.69 -
YUV 55.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 137 25 3 0 0.82 0.98 0.46 9.85 0.96 0.27
Hex 89 19 3 0 52 62 2E A 60 1B
Octal 211 31 3 0 122 142 56 12 140 33
Binary 10001001 11001 11 0 1010010 1100010 101110 1010 1100000 11011

Color Harmonies of #891903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891903

Black with #891903

Text Example


Text Example

White with #891903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891903; }

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

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

background-color css

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

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

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

border-color css

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

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

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