Shades of Fire #88412A
Tints of Fire #88412A
RGB
CMYK
RGB Variations
Color information
#88412A (or 0x88412A) is known color: Fire. HEX triplet: 88, 41 and 2A. RGB value is (136,65,42). Sum of RGB (Red+Green+Blue) = 136+65+42=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #88412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88412A is #77BED5. Grayscale: #535353. Windows color (decimal): -7847638 or 2769288. OLE color: 2769288.
HSL color Cylindrical-coordinate representation of color #88412A: hue angle of 14.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88412A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 42 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.47 |
| HSL | 14.68º | 0.53% | 0.35% | - |
| HSV(B) | 14.68º | 0.69% | 0.53% | - |
| XYZ | 12.46 | 9.18 | 3.31 | - |
| YUV | 83.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 42 | 0 | 0.52 | 0.69 | 0.47 | 14.68 | 0.53 | 0.35 |
| Hex | 88 | 41 | 2A | 0 | 34 | 45 | 2F | F | 35 | 23 |
| Octal | 210 | 101 | 52 | 0 | 64 | 105 | 57 | 17 | 65 | 43 |
| Binary | 10001000 | 1000001 | 101010 | 0 | 110100 | 1000101 | 101111 | 1111 | 110101 | 100011 |
Color Harmonies of #88412A
Complementary color
Monochromatic Colors of #88412A
Black with #88412A
Text Example
Text Example
White with #88412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88412A; }
p { color: rgb(136,65,42); }
H1.HeaderClassName
{
color: #88412A;
}
.AnyTagClassName
{
color: #88412A;
}
</style>
background-color css
<style>
a { background-color: #88412A; }
a { background-color: rgb(136,65,42); }
div.DivClassName
{
background-color: #88412A;
}
.BgClassName
{
background-color: #88412A;
}
</style>
border-color css
<style>
span { border-color: #88412A; }
span { border-color: rgb(136,65,42); }
td.TdClassName
{
border-color: #88412A;
}
.TagClassName
{
border-color: #88412A;
}
</style>