#882505

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

Shades of Falu Red #882505

Tints of Falu Red #882505

Color information

#882505 (or 0x882505) is unknown color: approx Falu Red. HEX triplet: 88, 25 and 05. RGB value is (136,37,5). Sum of RGB (Red+Green+Blue) = 136+37+5=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882505 is #77DAFA. Grayscale: #3F3F3F. Windows color (decimal): -7854843 or 337288. OLE color: 337288.

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

Color convert

RGB136375-
CMYK00.730.960.47
HSL14.66º92.91%27.65%-
HSV(B)14.66º96.32%53.33%-
XYZ10.846.570.84-
YUV62.9595.3180.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.40%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=76.40%
G=20.79%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13637500.730.960.4714.6692.9127.65
Hex88255049602Ff5d1c
Octal2104550111140571713534
Binary100010001001011010100100111000001011111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882505; }

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

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

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

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

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

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

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

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