Html Css Color HEX #881209 Falu Red

📋 copy color: '#881209'

red 136 ◦ green 18 ◦ blue 9

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

Shades of Falu Red #881209

Tints of Falu Red #881209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 83.44%
G = 11.04%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881209 (or 0x881209) is known color: Falu Red. HEX triplet: 88, 12 and 09. RGB value is (136,18,9). Sum of RGB (Red+Green+Blue) = 136+18+9=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881209 is #77EDF6. Grayscale: #343434. Windows color (decimal): -7859703 or 594568. OLE color: 594568.

HSL color Cylindrical-coordinate representation of color #881209: hue angle of 4.25º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881209 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 9 -
CMYK 0 0.87 0.93 0.47
HSL 4.25º 0.88% 0.28% -
HSV(B) 4.25º 0.93% 0.53% -
XYZ 10.42 5.69 0.81 -
YUV 52.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 136 18 9 0 0.87 0.93 0.47 4.25 0.88 0.28
Hex 88 12 9 0 57 5D 2F 4 58 1C
Octal 210 22 11 0 127 135 57 4 130 34
Binary 10001000 10010 1001 0 1010111 1011101 101111 100 1011000 11100

Color Harmonies of #881209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881209

Black with #881209

Text Example


Text Example

White with #881209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881209; }

 p { color: rgb(136,18,9); }

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

background-color css

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

 a { background-color: rgb(136,18,9); }

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

border-color css

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

 span { border-color: rgb(136,18,9); }

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