#882501

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

Shades of Falu Red #882501

Tints of Falu Red #882501

Color information

#882501 (or 0x882501) is unknown color: approx Falu Red. HEX triplet: 88, 25 and 01. RGB value is (136,37,1). Sum of RGB (Red+Green+Blue) = 136+37+1=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #882501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882501 is #77DAFE. Grayscale: #3E3E3E. Windows color (decimal): -7854847 or 75144. OLE color: 75144.

HSL color Cylindrical-coordinate representation of color #882501: hue angle of 16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136371-
CMYK00.730.990.47
HSL16º98.54%26.86%-
HSV(B)16º99.26%53.33%-
XYZ10.826.560.72-
YUV62.593.3180.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.16%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=78.16%
G=21.26%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13637100.730.990.471698.5426.86
Hex88251049632F10631b
Octal2104510111143572014333
Binary10001000100101101001001110001110111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882501; }

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

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

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

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

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

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

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

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