Html Css Color HEX #882116 Falu Red

📋 copy color: '#882116'

red 136 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #882116

Tints of Falu Red #882116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 71.2%
G = 17.28%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#882116 (or 0x882116) is known color: Falu Red. HEX triplet: 88, 21 and 16. RGB value is (136,33,22). Sum of RGB (Red+Green+Blue) = 136+33+22=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882116 is #77DEE9. Grayscale: #3E3E3E. Windows color (decimal): -7855850 or 1450376. OLE color: 1450376.

HSL color Cylindrical-coordinate representation of color #882116: hue angle of 5.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882116 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 22 -
CMYK 0 0.76 0.84 0.47
HSL 5.79º 0.72% 0.31% -
HSV(B) 5.79º 0.84% 0.53% -
XYZ 10.84 6.38 1.42 -
YUV 62.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 136 33 22 0 0.76 0.84 0.47 5.79 0.72 0.31
Hex 88 21 16 0 4C 54 2F 6 48 1F
Octal 210 41 26 0 114 124 57 6 110 37
Binary 10001000 100001 10110 0 1001100 1010100 101111 110 1001000 11111

Color Harmonies of #882116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882116

Black with #882116

Text Example


Text Example

White with #882116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882116; }

 p { color: rgb(136,33,22); }

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

background-color css

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

 a { background-color: rgb(136,33,22); }

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

border-color css

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

 span { border-color: rgb(136,33,22); }

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