#882019

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

Shades of Falu Red #882019

Tints of Falu Red #882019

Color information

#882019 (or 0x882019) is unknown color: approx Falu Red. HEX triplet: 88, 20 and 19. RGB value is (136,32,25). Sum of RGB (Red+Green+Blue) = 136+32+25=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #882019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882019 is #77DFE6. Grayscale: #3E3E3E. Windows color (decimal): -7856103 or 1646728. OLE color: 1646728.

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

Color convert

RGB1363225-
CMYK00.760.820.47
HSL3.78º68.94%31.57%-
HSV(B)3.78º81.62%53.33%-
XYZ10.856.341.57-
YUV62.3106.96180.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 70.47%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=70.47%
G=16.58%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136322500.760.820.473.7868.9431.57
Hex88201904C522F44520
Octal2104031011412257410540
Binary10001000100000110010100110010100101011111001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882019; }

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

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

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

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

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

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

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

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