Shades of Pohutukawa #5C0219
Tints of Pohutukawa #5C0219
RGB
CMYK
RGB Variations
Color information
#5C0219 (or 0x5C0219) is known color: Pohutukawa. HEX triplet: 5C, 02 and 19. RGB value is (92,2,25). Sum of RGB (Red+Green+Blue) = 92+2+25=119 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.31% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0219 is #A3FDE6. Grayscale: #1F1F1F. Windows color (decimal): -10747367 or 1639004. OLE color: 1639004.
HSL color Cylindrical-coordinate representation of color #5C0219: hue angle of 344.67º 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 #5C0219 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 25 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.64 |
| HSL | 344.67º | 0.96% | 0.18% | - |
| HSV(B) | 344.67º | 0.98% | 0.36% | - |
| XYZ | 4.61 | 2.39 | 1.14 | - |
| YUV | 31.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 25 | 0 | 0.98 | 0.73 | 0.64 | 344.67 | 0.96 | 0.18 |
| Hex | 5C | 2 | 19 | 0 | 62 | 49 | 40 | 159 | 60 | 12 |
| Octal | 134 | 2 | 31 | 0 | 142 | 111 | 100 | 531 | 140 | 22 |
| Binary | 1011100 | 10 | 11001 | 0 | 1100010 | 1001001 | 1000000 | 101011001 | 1100000 | 10010 |
Color Harmonies of #5C0219
Complementary color
Monochromatic Colors of #5C0219
Black with #5C0219
Text Example
Text Example
White with #5C0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0219; }
p { color: rgb(92,2,25); }
H1.HeaderClassName
{
color: #5C0219;
}
.AnyTagClassName
{
color: #5C0219;
}
</style>
background-color css
<style>
a { background-color: #5C0219; }
a { background-color: rgb(92,2,25); }
div.DivClassName
{
background-color: #5C0219;
}
.BgClassName
{
background-color: #5C0219;
}
</style>
border-color css
<style>
span { border-color: #5C0219; }
span { border-color: rgb(92,2,25); }
td.TdClassName
{
border-color: #5C0219;
}
.TagClassName
{
border-color: #5C0219;
}
</style>