Shades of Pohutukawa #5C0913
Tints of Pohutukawa #5C0913
RGB
CMYK
RGB Variations
Color information
#5C0913 (or 0x5C0913) is known color: Pohutukawa. HEX triplet: 5C, 09 and 13. RGB value is (92,9,19). Sum of RGB (Red+Green+Blue) = 92+9+19=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0913 is #A3F6EC. Grayscale: #232323. Windows color (decimal): -10745581 or 1247580. OLE color: 1247580.
HSL color Cylindrical-coordinate representation of color #5C0913: hue angle of 352.77º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0913 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 19 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.64 |
| HSL | 352.77º | 0.82% | 0.2% | - |
| HSV(B) | 352.77º | 0.9% | 0.36% | - |
| XYZ | 4.63 | 2.52 | 0.86 | - |
| YUV | 34.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 19 | 0 | 0.90 | 0.79 | 0.64 | 352.77 | 0.82 | 0.2 |
| Hex | 5C | 9 | 13 | 0 | 5A | 4F | 40 | 161 | 52 | 14 |
| Octal | 134 | 11 | 23 | 0 | 132 | 117 | 100 | 541 | 122 | 24 |
| Binary | 1011100 | 1001 | 10011 | 0 | 1011010 | 1001111 | 1000000 | 101100001 | 1010010 | 10100 |
Color Harmonies of #5C0913
Complementary color
Monochromatic Colors of #5C0913
Black with #5C0913
Text Example
Text Example
White with #5C0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0913; }
p { color: rgb(92,9,19); }
H1.HeaderClassName
{
color: #5C0913;
}
.AnyTagClassName
{
color: #5C0913;
}
</style>
background-color css
<style>
a { background-color: #5C0913; }
a { background-color: rgb(92,9,19); }
div.DivClassName
{
background-color: #5C0913;
}
.BgClassName
{
background-color: #5C0913;
}
</style>
border-color css
<style>
span { border-color: #5C0913; }
span { border-color: rgb(92,9,19); }
td.TdClassName
{
border-color: #5C0913;
}
.TagClassName
{
border-color: #5C0913;
}
</style>