Html Css Color HEX #882111 Falu Red

📋 copy color: '#882111'

red 136 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #882111

Tints of Falu Red #882111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 73.12%
G = 17.74%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882111 (or 0x882111) is known color: Falu Red. HEX triplet: 88, 21 and 11. RGB value is (136,33,17). Sum of RGB (Red+Green+Blue) = 136+33+17=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #882111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882111 is #77DEEE. Grayscale: #3E3E3E. Windows color (decimal): -7855855 or 1122696. OLE color: 1122696.

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

Color convert

RGB 136 33 17 -
CMYK 0 0.76 0.87 0.47
HSL 8.07º 0.78% 0.3% -
HSV(B) 8.07º 0.88% 0.53% -
XYZ 10.8 6.36 1.19 -
YUV 61.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 136 33 17 0 0.76 0.87 0.47 8.07 0.78 0.3
Hex 88 21 11 0 4C 57 2F 8 4E 1E
Octal 210 41 21 0 114 127 57 10 116 36
Binary 10001000 100001 10001 0 1001100 1010111 101111 1000 1001110 11110

Color Harmonies of #882111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882111

Black with #882111

Text Example


Text Example

White with #882111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882111; }

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

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

background-color css

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

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

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

border-color css

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

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

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