Html Css Color HEX #891A0A Falu Red

📋 copy color: '#891A0A'

red 137 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #891A0A

Tints of Falu Red #891A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 79.19%
G = 15.03%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#891A0A (or 0x891A0A) is known color: Falu Red. HEX triplet: 89, 1A and 0A. RGB value is (137,26,10). Sum of RGB (Red+Green+Blue) = 137+26+10=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #891A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A0A is #76E5F5. Grayscale: #393939. Windows color (decimal): -7792118 or 662153. OLE color: 662153.

HSL color Cylindrical-coordinate representation of color #891A0A: hue angle of 7.56º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #891A0A is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 26 10 -
CMYK 0 0.81 0.93 0.46
HSL 7.56º 0.86% 0.29% -
HSV(B) 7.56º 0.93% 0.54% -
XYZ 10.74 6.08 0.89 -
YUV 57.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 137 26 10 0 0.81 0.93 0.46 7.56 0.86 0.29
Hex 89 1A A 0 51 5D 2E 8 56 1D
Octal 211 32 12 0 121 135 56 10 126 35
Binary 10001001 11010 1010 0 1010001 1011101 101110 1000 1010110 11101

Color Harmonies of #891A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A0A

Black with #891A0A

Text Example


Text Example

White with #891A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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