#882005

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

Shades of Falu Red #882005

Tints of Falu Red #882005

Color information

#882005 (or 0x882005) is unknown color: approx Falu Red. HEX triplet: 88, 20 and 05. RGB value is (136,32,5). Sum of RGB (Red+Green+Blue) = 136+32+5=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #882005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882005 is #77DFFA. Grayscale: #3C3C3C. Windows color (decimal): -7856123 or 336008. OLE color: 336008.

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

Color convert

RGB136325-
CMYK00.760.960.47
HSL12.37º92.91%27.65%-
HSV(B)12.37º96.32%53.33%-
XYZ10.76.280.79-
YUV60.0296.96182.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=78.61%
G=18.50%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13632500.760.960.4712.3792.9127.65
Hex8820504C602Fc5d1c
Octal2104050114140571413534
Binary100010001000001010100110011000001011111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882005; }

 p { color: rgb(136,32,5); }

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

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

 a { background-color: rgb(136,32,5); }

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

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

 span { border-color: rgb(136,32,5); }

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