Shades of Pohutukawa #5C0D24
Tints of Pohutukawa #5C0D24
RGB
CMYK
RGB Variations
Color information
#5C0D24 (or 0x5C0D24) is known color: Pohutukawa. HEX triplet: 5C, 0D and 24. RGB value is (92,13,36). Sum of RGB (Red+Green+Blue) = 92+13+36=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0D24 is #A3F2DB. Grayscale: #272727. Windows color (decimal): -10744540 or 2362716. OLE color: 2362716.
HSL color Cylindrical-coordinate representation of color #5C0D24: hue angle of 342.53º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C0D24 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 13 | 36 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.64 |
| HSL | 342.53º | 0.75% | 0.21% | - |
| HSV(B) | 342.53º | 0.86% | 0.36% | - |
| XYZ | 4.88 | 2.69 | 1.93 | - |
| YUV | 39.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 36 | 0 | 0.86 | 0.61 | 0.64 | 342.53 | 0.75 | 0.21 |
| Hex | 5C | D | 24 | 0 | 56 | 3D | 40 | 157 | 4B | 15 |
| Octal | 134 | 15 | 44 | 0 | 126 | 75 | 100 | 527 | 113 | 25 |
| Binary | 1011100 | 1101 | 100100 | 0 | 1010110 | 111101 | 1000000 | 101010111 | 1001011 | 10101 |
Color Harmonies of #5C0D24
Complementary color
Monochromatic Colors of #5C0D24
Black with #5C0D24
Text Example
Text Example
White with #5C0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D24; }
p { color: rgb(92,13,36); }
H1.HeaderClassName
{
color: #5C0D24;
}
.AnyTagClassName
{
color: #5C0D24;
}
</style>
background-color css
<style>
a { background-color: #5C0D24; }
a { background-color: rgb(92,13,36); }
div.DivClassName
{
background-color: #5C0D24;
}
.BgClassName
{
background-color: #5C0D24;
}
</style>
border-color css
<style>
span { border-color: #5C0D24; }
span { border-color: rgb(92,13,36); }
td.TdClassName
{
border-color: #5C0D24;
}
.TagClassName
{
border-color: #5C0D24;
}
</style>