Shades of Pohutukawa #5C0220
Tints of Pohutukawa #5C0220
RGB
CMYK
RGB Variations
Color information
#5C0220 (or 0x5C0220) is known color: Pohutukawa. HEX triplet: 5C, 02 and 20. RGB value is (92,2,32). Sum of RGB (Red+Green+Blue) = 92+2+32=126 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.02% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0220 is #A3FDDF. Grayscale: #202020. Windows color (decimal): -10747360 or 2097756. OLE color: 2097756.
HSL color Cylindrical-coordinate representation of color #5C0220: hue angle of 340º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0220 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.64 |
| HSL | 340º | 0.96% | 0.18% | - |
| HSV(B) | 340º | 0.98% | 0.36% | - |
| XYZ | 4.7 | 2.42 | 1.59 | - |
| YUV | 32.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 32 | 0 | 0.98 | 0.65 | 0.64 | 340 | 0.96 | 0.18 |
| Hex | 5C | 2 | 20 | 0 | 62 | 41 | 40 | 154 | 60 | 12 |
| Octal | 134 | 2 | 40 | 0 | 142 | 101 | 100 | 524 | 140 | 22 |
| Binary | 1011100 | 10 | 100000 | 0 | 1100010 | 1000001 | 1000000 | 101010100 | 1100000 | 10010 |
Color Harmonies of #5C0220
Complementary color
Monochromatic Colors of #5C0220
Black with #5C0220
Text Example
Text Example
White with #5C0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0220; }
p { color: rgb(92,2,32); }
H1.HeaderClassName
{
color: #5C0220;
}
.AnyTagClassName
{
color: #5C0220;
}
</style>
background-color css
<style>
a { background-color: #5C0220; }
a { background-color: rgb(92,2,32); }
div.DivClassName
{
background-color: #5C0220;
}
.BgClassName
{
background-color: #5C0220;
}
</style>
border-color css
<style>
span { border-color: #5C0220; }
span { border-color: rgb(92,2,32); }
td.TdClassName
{
border-color: #5C0220;
}
.TagClassName
{
border-color: #5C0220;
}
</style>