#88260F

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

Shades of Falu Red #88260F

Tints of Falu Red #88260F

Color information

#88260F (or 0x88260F) is unknown color: approx Falu Red. HEX triplet: 88, 26 and 0F. RGB value is (136,38,15). Sum of RGB (Red+Green+Blue) = 136+38+15=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88260F is #77D9F0. Grayscale: #404040. Windows color (decimal): -7854577 or 992904. OLE color: 992904.

HSL color Cylindrical-coordinate representation of color #88260F: hue angle of 11.4º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88260F is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1363815-
CMYK00.720.890.47
HSL11.4º80.13%29.61%-
HSV(B)11.4º88.97%53.33%-
XYZ10.936.651.16-
YUV64.6899.97178.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.96%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=71.96%
G=20.11%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136381500.720.890.4711.480.1329.61
Hex8826F048592Fb501e
Octal21046170110131571312036
Binary1000100010011011110100100010110011011111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88260F; }

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

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

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

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

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

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

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

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