Html Css Color HEX #891A03 Falu Red

📋 copy color: '#891A03'

red 137 ◦ green 26 ◦ blue 3

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

Shades of Falu Red #891A03

Tints of Falu Red #891A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

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

R = 82.53%
G = 15.66%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#891A03 (or 0x891A03) is known color: Falu Red. HEX triplet: 89, 1A and 03. RGB value is (137,26,3). Sum of RGB (Red+Green+Blue) = 137+26+3=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A03 is #76E5FC. Grayscale: #383838. Windows color (decimal): -7792125 or 203401. OLE color: 203401.

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

Color convert

RGB 137 26 3 -
CMYK 0 0.81 0.98 0.46
HSL 10.3º 0.96% 0.27% -
HSV(B) 10.3º 0.98% 0.54% -
XYZ 10.7 6.06 0.69 -
YUV 56.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 137 26 3 0 0.81 0.98 0.46 10.3 0.96 0.27
Hex 89 1A 3 0 51 62 2E A 60 1B
Octal 211 32 3 0 121 142 56 12 140 33
Binary 10001001 11010 11 0 1010001 1100010 101110 1010 1100000 11011

Color Harmonies of #891A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A03

Black with #891A03

Text Example


Text Example

White with #891A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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