Shades of Pohutukawa #5C0A17
Tints of Pohutukawa #5C0A17
RGB
CMYK
RGB Variations
Color information
#5C0A17 (or 0x5C0A17) is known color: Pohutukawa. HEX triplet: 5C, 0A and 17. RGB value is (92,10,23). Sum of RGB (Red+Green+Blue) = 92+10+23=125 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0A17 is #A3F5E8. Grayscale: #242424. Windows color (decimal): -10745321 or 1509980. OLE color: 1509980.
HSL color Cylindrical-coordinate representation of color #5C0A17: hue angle of 350.49º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0A17 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 10 | 23 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.64 |
| HSL | 350.49º | 0.8% | 0.2% | - |
| HSV(B) | 350.49º | 0.89% | 0.36% | - |
| XYZ | 4.68 | 2.55 | 1.06 | - |
| YUV | 36 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 23 | 0 | 0.89 | 0.75 | 0.64 | 350.49 | 0.8 | 0.2 |
| Hex | 5C | A | 17 | 0 | 59 | 4B | 40 | 15E | 50 | 14 |
| Octal | 134 | 12 | 27 | 0 | 131 | 113 | 100 | 536 | 120 | 24 |
| Binary | 1011100 | 1010 | 10111 | 0 | 1011001 | 1001011 | 1000000 | 101011110 | 1010000 | 10100 |
Color Harmonies of #5C0A17
Complementary color
Monochromatic Colors of #5C0A17
Black with #5C0A17
Text Example
Text Example
White with #5C0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A17; }
p { color: rgb(92,10,23); }
H1.HeaderClassName
{
color: #5C0A17;
}
.AnyTagClassName
{
color: #5C0A17;
}
</style>
background-color css
<style>
a { background-color: #5C0A17; }
a { background-color: rgb(92,10,23); }
div.DivClassName
{
background-color: #5C0A17;
}
.BgClassName
{
background-color: #5C0A17;
}
</style>
border-color css
<style>
span { border-color: #5C0A17; }
span { border-color: rgb(92,10,23); }
td.TdClassName
{
border-color: #5C0A17;
}
.TagClassName
{
border-color: #5C0A17;
}
</style>