Html Css Color HEX #891803 Falu Red

📋 copy color: '#891803'

red 137 ◦ green 24 ◦ blue 3

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

Shades of Falu Red #891803

Tints of Falu Red #891803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 83.54%
G = 14.63%
B = 1.83%

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

#891803 (or 0x891803) is known color: Falu Red. HEX triplet: 89, 18 and 03. RGB value is (137,24,3). Sum of RGB (Red+Green+Blue) = 137+24+3=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #891803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891803 is #76E7FC. Grayscale: #373737. Windows color (decimal): -7792637 or 202889. OLE color: 202889.

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

Color convert

RGB 137 24 3 -
CMYK 0 0.82 0.98 0.46
HSL 9.4º 0.96% 0.27% -
HSV(B) 9.4º 0.98% 0.54% -
XYZ 10.66 5.98 0.68 -
YUV 55.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 137 24 3 0 0.82 0.98 0.46 9.4 0.96 0.27
Hex 89 18 3 0 52 62 2E 9 60 1B
Octal 211 30 3 0 122 142 56 11 140 33
Binary 10001001 11000 11 0 1010010 1100010 101110 1001 1100000 11011

Color Harmonies of #891803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891803

Black with #891803

Text Example


Text Example

White with #891803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891803; }

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

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

background-color css

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

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

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

border-color css

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

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

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