Html Css Color HEX #882112 Falu Red

📋 copy color: '#882112'

red 136 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #882112

Tints of Falu Red #882112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 72.73%
G = 17.65%
B = 9.63%

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

#882112 (or 0x882112) is known color: Falu Red. HEX triplet: 88, 21 and 12. RGB value is (136,33,18). Sum of RGB (Red+Green+Blue) = 136+33+18=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #882112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882112 is #77DEED. Grayscale: #3E3E3E. Windows color (decimal): -7855854 or 1188232. OLE color: 1188232.

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

Color convert

RGB 136 33 18 -
CMYK 0 0.76 0.87 0.47
HSL 7.63º 0.77% 0.3% -
HSV(B) 7.63º 0.87% 0.53% -
XYZ 10.81 6.37 1.23 -
YUV 62.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 136 33 18 0 0.76 0.87 0.47 7.63 0.77 0.3
Hex 88 21 12 0 4C 57 2F 8 4D 1E
Octal 210 41 22 0 114 127 57 10 115 36
Binary 10001000 100001 10010 0 1001100 1010111 101111 1000 1001101 11110

Color Harmonies of #882112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882112

Black with #882112

Text Example


Text Example

White with #882112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882112; }

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

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

background-color css

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

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

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

border-color css

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

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

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