Html Css Color HEX #881A19 Falu Red

📋 copy color: '#881A19'

red 136 ◦ green 26 ◦ blue 25

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

Shades of Falu Red #881A19

Tints of Falu Red #881A19

RGB

 RED value IS 136 (53.52% from 255) = 72.73%

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

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

R = 72.73%
G = 13.9%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881A19 (or 0x881A19) is known color: Falu Red. HEX triplet: 88, 1A and 19. RGB value is (136,26,25). Sum of RGB (Red+Green+Blue) = 136+26+25=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A19 is #77E5E6. Grayscale: #3A3A3A. Windows color (decimal): -7857639 or 1645192. OLE color: 1645192.

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

Color convert

RGB 136 26 25 -
CMYK 0 0.81 0.82 0.47
HSL 0.54º 0.69% 0.32% -
HSV(B) 0.54º 0.82% 0.53% -
XYZ 10.7 6.04 1.52 -
YUV 58.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 136 26 25 0 0.81 0.82 0.47 0.54 0.69 0.32
Hex 88 1A 19 0 51 52 2F 1 45 20
Octal 210 32 31 0 121 122 57 1 105 40
Binary 10001000 11010 11001 0 1010001 1010010 101111 1 1000101 100000

Color Harmonies of #881A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A19

Black with #881A19

Text Example


Text Example

White with #881A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A19; }

 p { color: rgb(136,26,25); }

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

background-color css

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

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

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

border-color css

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

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

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