Html Css Color HEX #891919 Falu Red

📋 copy color: '#891919'

red 137 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #891919

Tints of Falu Red #891919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 73.26%
G = 13.37%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891919 (or 0x891919) is known color: Falu Red. HEX triplet: 89, 19 and 19. RGB value is (137,25,25). Sum of RGB (Red+Green+Blue) = 137+25+25=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891919 is #76E6E6. Grayscale: #3A3A3A. Windows color (decimal): -7792359 or 1644937. OLE color: 1644937.

HSL color Cylindrical-coordinate representation of color #891919: hue angle of 0º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891919 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 25 -
CMYK 0 0.82 0.82 0.46
HSL 0.69% 0.32% -
HSV(B) 0.82% 0.54% -
XYZ 10.84 6.08 1.52 -
YUV 58.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 137 25 25 0 0.82 0.82 0.46 0 0.69 0.32
Hex 89 19 19 0 52 52 2E 0 45 20
Octal 211 31 31 0 122 122 56 0 105 40
Binary 10001001 11001 11001 0 1010010 1010010 101110 0 1000101 100000

Color Harmonies of #891919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891919

Black with #891919

Text Example


Text Example

White with #891919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891919; }

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

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

background-color css

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

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

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

border-color css

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

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

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