#882114

Color #882114 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #882114

Tints of Falu Red #882114

Color information

#882114 (or 0x882114) is unknown color: approx Falu Red. HEX triplet: 88, 21 and 14. RGB value is (136,33,20). Sum of RGB (Red+Green+Blue) = 136+33+20=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #882114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882114 is #77DEEB. Grayscale: #3E3E3E. Windows color (decimal): -7855852 or 1319304. OLE color: 1319304.

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

Color convert

RGB1363320-
CMYK00.760.850.47
HSL6.72º74.36%30.59%-
HSV(B)6.72º85.29%53.33%-
XYZ10.826.371.32-
YUV62.32104.12180.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.96%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=71.96%
G=17.46%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136332000.760.850.476.7274.3630.59
Hex88211404C552F74a1f
Octal2104124011412557711237
Binary1000100010000110100010011001010101101111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882114; }

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

 H1.HeaderClassName
 {
   color: #882114;
 }
 .AnyTagClassName
 {
   color: #882114;
 }
</style>
background-color css

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

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

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

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

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

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