Shades of Pohutukawa #5C0720
Tints of Pohutukawa #5C0720
RGB
CMYK
RGB Variations
Color information
#5C0720 (or 0x5C0720) is known color: Pohutukawa. HEX triplet: 5C, 07 and 20. RGB value is (92,7,32). Sum of RGB (Red+Green+Blue) = 92+7+32=131 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.23% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0720 is #A3F8DF. Grayscale: #232323. Windows color (decimal): -10746080 or 2099036. OLE color: 2099036.
HSL color Cylindrical-coordinate representation of color #5C0720: hue angle of 342.35º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0720 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 32 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.64 |
| HSL | 342.35º | 0.86% | 0.19% | - |
| HSV(B) | 342.35º | 0.92% | 0.36% | - |
| XYZ | 4.75 | 2.53 | 1.6 | - |
| YUV | 35.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 32 | 0 | 0.92 | 0.65 | 0.64 | 342.35 | 0.86 | 0.19 |
| Hex | 5C | 7 | 20 | 0 | 5C | 41 | 40 | 156 | 56 | 13 |
| Octal | 134 | 7 | 40 | 0 | 134 | 101 | 100 | 526 | 126 | 23 |
| Binary | 1011100 | 111 | 100000 | 0 | 1011100 | 1000001 | 1000000 | 101010110 | 1010110 | 10011 |
Color Harmonies of #5C0720
Complementary color
Monochromatic Colors of #5C0720
Black with #5C0720
Text Example
Text Example
White with #5C0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0720; }
p { color: rgb(92,7,32); }
H1.HeaderClassName
{
color: #5C0720;
}
.AnyTagClassName
{
color: #5C0720;
}
</style>
background-color css
<style>
a { background-color: #5C0720; }
a { background-color: rgb(92,7,32); }
div.DivClassName
{
background-color: #5C0720;
}
.BgClassName
{
background-color: #5C0720;
}
</style>
border-color css
<style>
span { border-color: #5C0720; }
span { border-color: rgb(92,7,32); }
td.TdClassName
{
border-color: #5C0720;
}
.TagClassName
{
border-color: #5C0720;
}
</style>