Html Css Color HEX #881A04 Falu Red

📋 copy color: '#881A04'

red 136 ◦ green 26 ◦ blue 4

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

Shades of Falu Red #881A04

Tints of Falu Red #881A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 81.93%
G = 15.66%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#881A04 (or 0x881A04) is known color: Falu Red. HEX triplet: 88, 1A and 04. RGB value is (136,26,4). Sum of RGB (Red+Green+Blue) = 136+26+4=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #881A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A04 is #77E5FB. Grayscale: #383838. Windows color (decimal): -7857660 or 268936. OLE color: 268936.

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

Color convert

RGB 136 26 4 -
CMYK 0 0.81 0.97 0.47
HSL 10º 0.94% 0.27% -
HSV(B) 10º 0.97% 0.53% -
XYZ 10.54 5.98 0.71 -
YUV 56.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 136 26 4 0 0.81 0.97 0.47 10 0.94 0.27
Hex 88 1A 4 0 51 61 2F A 5E 1B
Octal 210 32 4 0 121 141 57 12 136 33
Binary 10001000 11010 100 0 1010001 1100001 101111 1010 1011110 11011

Color Harmonies of #881A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A04

Black with #881A04

Text Example


Text Example

White with #881A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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