#882605

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

Shades of Falu Red #882605

Tints of Falu Red #882605

Color information

#882605 (or 0x882605) is unknown color: approx Falu Red. HEX triplet: 88, 26 and 05. RGB value is (136,38,5). Sum of RGB (Red+Green+Blue) = 136+38+5=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #882605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882605 is #77D9FA. Grayscale: #3F3F3F. Windows color (decimal): -7854587 or 337544. OLE color: 337544.

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

Color convert

RGB136385-
CMYK00.720.960.47
HSL15.11º92.91%27.65%-
HSV(B)15.11º96.32%53.33%-
XYZ10.876.630.85-
YUV63.5494.97179.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.98%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=75.98%
G=21.23%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13638500.720.960.4715.1192.9127.65
Hex88265048602Ff5d1c
Octal2104650110140571713534
Binary100010001001101010100100011000001011111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882605; }

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

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

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

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

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

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

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

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