#88240b

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

Shades of Falu Red #88240B

Tints of Falu Red #88240B

Color information

#88240B (or 0x88240B) is unknown color: approx Falu Red. HEX triplet: 88, 24 and 0B. RGB value is (136,36,11). Sum of RGB (Red+Green+Blue) = 136+36+11=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88240B is #77DBF4. Grayscale: #3F3F3F. Windows color (decimal): -7855093 or 730248. OLE color: 730248.

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

Color convert

RGB1363611-
CMYK00.740.920.47
HSL12º85.03%28.82%-
HSV(B)12º91.91%53.33%-
XYZ10.846.521-
YUV63.0598.63180.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=74.32%
G=19.67%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136361100.740.920.471285.0328.82
Hex8824B04A5C2Fc551d
Octal21044130112134571412535
Binary1000100010010010110100101010111001011111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88240b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88240b; }

 p { color: rgb(136,36,11); }

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

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

 a { background-color: rgb(136,36,11); }

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

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

 span { border-color: rgb(136,36,11); }

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