Shades of Pohutukawa #5C0513
Tints of Pohutukawa #5C0513
RGB
CMYK
RGB Variations
Color information
#5C0513 (or 0x5C0513) is known color: Pohutukawa. HEX triplet: 5C, 05 and 13. RGB value is (92,5,19). Sum of RGB (Red+Green+Blue) = 92+5+19=116 (15% of max value = 765). Red value is 92 (36.33% from 255 or 79.31% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0513 is #A3FAEC. Grayscale: #202020. Windows color (decimal): -10746605 or 1246556. OLE color: 1246556.
HSL color Cylindrical-coordinate representation of color #5C0513: hue angle of 350.34º 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 #5C0513 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 19 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.64 |
| HSL | 350.34º | 0.9% | 0.19% | - |
| HSV(B) | 350.34º | 0.95% | 0.36% | - |
| XYZ | 4.59 | 2.43 | 0.84 | - |
| YUV | 32.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 19 | 0 | 0.95 | 0.79 | 0.64 | 350.34 | 0.9 | 0.19 |
| Hex | 5C | 5 | 13 | 0 | 5F | 4F | 40 | 15E | 5A | 13 |
| Octal | 134 | 5 | 23 | 0 | 137 | 117 | 100 | 536 | 132 | 23 |
| Binary | 1011100 | 101 | 10011 | 0 | 1011111 | 1001111 | 1000000 | 101011110 | 1011010 | 10011 |
Color Harmonies of #5C0513
Complementary color
Monochromatic Colors of #5C0513
Black with #5C0513
Text Example
Text Example
White with #5C0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0513; }
p { color: rgb(92,5,19); }
H1.HeaderClassName
{
color: #5C0513;
}
.AnyTagClassName
{
color: #5C0513;
}
</style>
background-color css
<style>
a { background-color: #5C0513; }
a { background-color: rgb(92,5,19); }
div.DivClassName
{
background-color: #5C0513;
}
.BgClassName
{
background-color: #5C0513;
}
</style>
border-color css
<style>
span { border-color: #5C0513; }
span { border-color: rgb(92,5,19); }
td.TdClassName
{
border-color: #5C0513;
}
.TagClassName
{
border-color: #5C0513;
}
</style>