Shades of Pohutukawa #5C0C27
Tints of Pohutukawa #5C0C27
RGB
CMYK
RGB Variations
Color information
#5C0C27 (or 0x5C0C27) is known color: Pohutukawa. HEX triplet: 5C, 0C and 27. RGB value is (92,12,39). Sum of RGB (Red+Green+Blue) = 92+12+39=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0C27 is #A3F3D8. Grayscale: #262626. Windows color (decimal): -10744793 or 2559068. OLE color: 2559068.
HSL color Cylindrical-coordinate representation of color #5C0C27: hue angle of 339.75º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C0C27 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 12 | 39 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.64 |
| HSL | 339.75º | 0.77% | 0.2% | - |
| HSV(B) | 339.75º | 0.87% | 0.36% | - |
| XYZ | 4.91 | 2.68 | 2.18 | - |
| YUV | 39 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 39 | 0 | 0.87 | 0.58 | 0.64 | 339.75 | 0.77 | 0.2 |
| Hex | 5C | C | 27 | 0 | 57 | 3A | 40 | 154 | 4D | 14 |
| Octal | 134 | 14 | 47 | 0 | 127 | 72 | 100 | 524 | 115 | 24 |
| Binary | 1011100 | 1100 | 100111 | 0 | 1010111 | 111010 | 1000000 | 101010100 | 1001101 | 10100 |
Color Harmonies of #5C0C27
Complementary color
Monochromatic Colors of #5C0C27
Black with #5C0C27
Text Example
Text Example
White with #5C0C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C27; }
p { color: rgb(92,12,39); }
H1.HeaderClassName
{
color: #5C0C27;
}
.AnyTagClassName
{
color: #5C0C27;
}
</style>
background-color css
<style>
a { background-color: #5C0C27; }
a { background-color: rgb(92,12,39); }
div.DivClassName
{
background-color: #5C0C27;
}
.BgClassName
{
background-color: #5C0C27;
}
</style>
border-color css
<style>
span { border-color: #5C0C27; }
span { border-color: rgb(92,12,39); }
td.TdClassName
{
border-color: #5C0C27;
}
.TagClassName
{
border-color: #5C0C27;
}
</style>