Shades of Pohutukawa #5C0519
Tints of Pohutukawa #5C0519
RGB
CMYK
RGB Variations
Color information
#5C0519 (or 0x5C0519) is known color: Pohutukawa. HEX triplet: 5C, 05 and 19. RGB value is (92,5,25). Sum of RGB (Red+Green+Blue) = 92+5+25=122 (16% of max value = 765). Red value is 92 (36.33% from 255 or 75.41% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0519 is #A3FAE6. Grayscale: #212121. Windows color (decimal): -10746599 or 1639772. OLE color: 1639772.
HSL color Cylindrical-coordinate representation of color #5C0519: hue angle of 346.21º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0519 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 25 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.64 |
| HSL | 346.21º | 0.9% | 0.19% | - |
| HSV(B) | 346.21º | 0.95% | 0.36% | - |
| XYZ | 4.64 | 2.45 | 1.15 | - |
| YUV | 33.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 25 | 0 | 0.95 | 0.73 | 0.64 | 346.21 | 0.9 | 0.19 |
| Hex | 5C | 5 | 19 | 0 | 5F | 49 | 40 | 15A | 5A | 13 |
| Octal | 134 | 5 | 31 | 0 | 137 | 111 | 100 | 532 | 132 | 23 |
| Binary | 1011100 | 101 | 11001 | 0 | 1011111 | 1001001 | 1000000 | 101011010 | 1011010 | 10011 |
Color Harmonies of #5C0519
Complementary color
Monochromatic Colors of #5C0519
Black with #5C0519
Text Example
Text Example
White with #5C0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0519; }
p { color: rgb(92,5,25); }
H1.HeaderClassName
{
color: #5C0519;
}
.AnyTagClassName
{
color: #5C0519;
}
</style>
background-color css
<style>
a { background-color: #5C0519; }
a { background-color: rgb(92,5,25); }
div.DivClassName
{
background-color: #5C0519;
}
.BgClassName
{
background-color: #5C0519;
}
</style>
border-color css
<style>
span { border-color: #5C0519; }
span { border-color: rgb(92,5,25); }
td.TdClassName
{
border-color: #5C0519;
}
.TagClassName
{
border-color: #5C0519;
}
</style>