#88200E

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

Shades of Falu Red #88200E

Tints of Falu Red #88200E

Color information

#88200E (or 0x88200E) is unknown color: approx Falu Red. HEX triplet: 88, 20 and 0E. RGB value is (136,32,14). Sum of RGB (Red+Green+Blue) = 136+32+14=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88200E is #77DFF1. Grayscale: #3D3D3D. Windows color (decimal): -7856114 or 925832. OLE color: 925832.

HSL color Cylindrical-coordinate representation of color #88200E: hue angle of 8.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88200E is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1363214-
CMYK00.760.900.47
HSL8.85º81.33%29.41%-
HSV(B)8.85º89.71%53.33%-
XYZ10.756.31.06-
YUV61.04101.46181.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.73%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=74.73%
G=17.58%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136321400.760.900.478.8581.3329.41
Hex8820E04C5A2F9511d
Octal21040160114132571112135
Binary1000100010000011100100110010110101011111001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88200E; }

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

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

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

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

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

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

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

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