Html Css Color HEX #881C1A Falu Red

📋 copy color: '#881C1A'

red 136 ◦ green 28 ◦ blue 26

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

Shades of Falu Red #881C1A

Tints of Falu Red #881C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.74%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 71.58%
G = 14.74%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#881C1A (or 0x881C1A) is known color: Falu Red. HEX triplet: 88, 1C and 1A. RGB value is (136,28,26). Sum of RGB (Red+Green+Blue) = 136+28+26=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C1A is #77E3E5. Grayscale: #3C3C3C. Windows color (decimal): -7857126 or 1711240. OLE color: 1711240.

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

Color convert

RGB 136 28 26 -
CMYK 0 0.79 0.81 0.47
HSL 1.09º 0.68% 0.32% -
HSV(B) 1.09º 0.81% 0.53% -
XYZ 10.76 6.14 1.6 -
YUV 60.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 136 28 26 0 0.79 0.81 0.47 1.09 0.68 0.32
Hex 88 1C 1A 0 4F 51 2F 1 44 20
Octal 210 34 32 0 117 121 57 1 104 40
Binary 10001000 11100 11010 0 1001111 1010001 101111 1 1000100 100000

Color Harmonies of #881C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C1A

Black with #881C1A

Text Example


Text Example

White with #881C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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