#882215

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

Shades of Falu Red #882215

Tints of Falu Red #882215

Color information

#882215 (or 0x882215) is unknown color: approx Falu Red. HEX triplet: 88, 22 and 15. RGB value is (136,34,21). Sum of RGB (Red+Green+Blue) = 136+34+21=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882215 is #77DDEA. Grayscale: #3F3F3F. Windows color (decimal): -7855595 or 1385096. OLE color: 1385096.

HSL color Cylindrical-coordinate representation of color #882215: hue angle of 6.78º degrees, saturation: 0.73, 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 #882215 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1363421-
CMYK00.750.850.47
HSL6.78º73.25%30.78%-
HSV(B)6.78º84.56%53.33%-
XYZ10.866.431.38-
YUV63.02104.29180.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=71.20%
G=17.80%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136342100.750.850.476.7873.2530.78
Hex88221504B552F7491f
Octal2104225011312557711137
Binary1000100010001010101010010111010101101111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882215; }

 p { color: rgb(136,34,21); }

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

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

 a { background-color: rgb(136,34,21); }

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

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

 span { border-color: rgb(136,34,21); }

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