Html Css Color HEX #881A13 Falu Red

📋 copy color: '#881A13'

red 136 ◦ green 26 ◦ blue 19

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

Shades of Falu Red #881A13

Tints of Falu Red #881A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 75.14%
G = 14.36%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#881A13 (or 0x881A13) is known color: Falu Red. HEX triplet: 88, 1A and 13. RGB value is (136,26,19). Sum of RGB (Red+Green+Blue) = 136+26+19=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A13 is #77E5EC. Grayscale: #3A3A3A. Windows color (decimal): -7857645 or 1251976. OLE color: 1251976.

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

Color convert

RGB 136 26 19 -
CMYK 0 0.81 0.86 0.47
HSL 3.59º 0.75% 0.3% -
HSV(B) 3.59º 0.86% 0.53% -
XYZ 10.64 6.02 1.22 -
YUV 58.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 136 26 19 0 0.81 0.86 0.47 3.59 0.75 0.3
Hex 88 1A 13 0 51 56 2F 4 4B 1E
Octal 210 32 23 0 121 126 57 4 113 36
Binary 10001000 11010 10011 0 1010001 1010110 101111 100 1001011 11110

Color Harmonies of #881A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A13

Black with #881A13

Text Example


Text Example

White with #881A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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