Shades of Pohutukawa #5C0015
Tints of Pohutukawa #5C0015
RGB
CMYK
RGB Variations
Color information
#5C0015 (or 0x5C0015) is known color: Pohutukawa. HEX triplet: 5C, 00 and 15. RGB value is (92,0,21). Sum of RGB (Red+Green+Blue) = 92+0+21=113 (14% of max value = 765). Red value is 92 (36.33% from 255 or 81.42% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0015 is #A3FFEA. Grayscale: #1D1D1D. Windows color (decimal): -10747883 or 1376348. OLE color: 1376348.
HSL color Cylindrical-coordinate representation of color #5C0015: hue angle of 346.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0015 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.77 | 0.64 |
| HSL | 346.3º | 1% | 0.18% | - |
| HSV(B) | 346.3º | 1% | 0.36% | - |
| XYZ | 4.55 | 2.33 | 0.92 | - |
| YUV | 29.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 21 | 0 | 1 | 0.77 | 0.64 | 346.3 | 1 | 0.18 |
| Hex | 5C | 0 | 15 | 0 | 64 | 4D | 40 | 15A | 64 | 12 |
| Octal | 134 | 0 | 25 | 0 | 144 | 115 | 100 | 532 | 144 | 22 |
| Binary | 1011100 | 0 | 10101 | 0 | 1100100 | 1001101 | 1000000 | 101011010 | 1100100 | 10010 |
Color Harmonies of #5C0015
Complementary color
Monochromatic Colors of #5C0015
Black with #5C0015
Text Example
Text Example
White with #5C0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0015; }
p { color: rgb(92,0,21); }
H1.HeaderClassName
{
color: #5C0015;
}
.AnyTagClassName
{
color: #5C0015;
}
</style>
background-color css
<style>
a { background-color: #5C0015; }
a { background-color: rgb(92,0,21); }
div.DivClassName
{
background-color: #5C0015;
}
.BgClassName
{
background-color: #5C0015;
}
</style>
border-color css
<style>
span { border-color: #5C0015; }
span { border-color: rgb(92,0,21); }
td.TdClassName
{
border-color: #5C0015;
}
.TagClassName
{
border-color: #5C0015;
}
</style>