#882314

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

Shades of Falu Red #882314

Tints of Falu Red #882314

Color information

#882314 (or 0x882314) is unknown color: approx Falu Red. HEX triplet: 88, 23 and 14. RGB value is (136,35,20). Sum of RGB (Red+Green+Blue) = 136+35+20=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #882314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882314 is #77DCEB. Grayscale: #3F3F3F. Windows color (decimal): -7855340 or 1319816. OLE color: 1319816.

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

Color convert

RGB1363520-
CMYK00.740.850.47
HSL7.76º74.36%30.59%-
HSV(B)7.76º85.29%53.33%-
XYZ10.886.491.34-
YUV63.49103.46179.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=71.20%
G=18.32%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136352000.740.850.477.7674.3630.59
Hex88231404A552F84a1f
Octal21043240112125571011237
Binary10001000100011101000100101010101011011111000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882314; }

 p { color: rgb(136,35,20); }

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

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

 a { background-color: rgb(136,35,20); }

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

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

 span { border-color: rgb(136,35,20); }

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