Shades of Fire #954321
Tints of Fire #954321
RGB
CMYK
RGB Variations
Color information
#954321 (or 0x954321) is known color: Fire. HEX triplet: 95, 43 and 21. RGB value is (149,67,33). Sum of RGB (Red+Green+Blue) = 149+67+33=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #954321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954321 is #6ABCDE. Grayscale: #575757. Windows color (decimal): -6995167 or 2179989. OLE color: 2179989.
HSL color Cylindrical-coordinate representation of color #954321: hue angle of 17.59º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #954321 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 33 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.42 |
| HSL | 17.59º | 0.64% | 0.36% | - |
| HSV(B) | 17.59º | 0.78% | 0.58% | - |
| XYZ | 14.68 | 10.51 | 2.69 | - |
| YUV | 87.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 33 | 0 | 0.55 | 0.78 | 0.42 | 17.59 | 0.64 | 0.36 |
| Hex | 95 | 43 | 21 | 0 | 37 | 4E | 2A | 12 | 40 | 24 |
| Octal | 225 | 103 | 41 | 0 | 67 | 116 | 52 | 22 | 100 | 44 |
| Binary | 10010101 | 1000011 | 100001 | 0 | 110111 | 1001110 | 101010 | 10010 | 1000000 | 100100 |
Color Harmonies of #954321
Complementary color
Monochromatic Colors of #954321
Black with #954321
Text Example
Text Example
White with #954321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954321; }
p { color: rgb(149,67,33); }
H1.HeaderClassName
{
color: #954321;
}
.AnyTagClassName
{
color: #954321;
}
</style>
background-color css
<style>
a { background-color: #954321; }
a { background-color: rgb(149,67,33); }
div.DivClassName
{
background-color: #954321;
}
.BgClassName
{
background-color: #954321;
}
</style>
border-color css
<style>
span { border-color: #954321; }
span { border-color: rgb(149,67,33); }
td.TdClassName
{
border-color: #954321;
}
.TagClassName
{
border-color: #954321;
}
</style>