Shades of Pohutukawa #5C0713
Tints of Pohutukawa #5C0713
RGB
CMYK
RGB Variations
Color information
#5C0713 (or 0x5C0713) is known color: Pohutukawa. HEX triplet: 5C, 07 and 13. RGB value is (92,7,19). Sum of RGB (Red+Green+Blue) = 92+7+19=118 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.97% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0713 is #A3F8EC. Grayscale: #212121. Windows color (decimal): -10746093 or 1247068. OLE color: 1247068.
HSL color Cylindrical-coordinate representation of color #5C0713: hue angle of 351.53º 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 #5C0713 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 19 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.64 |
| HSL | 351.53º | 0.86% | 0.19% | - |
| HSV(B) | 351.53º | 0.92% | 0.36% | - |
| XYZ | 4.61 | 2.47 | 0.85 | - |
| YUV | 33.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 19 | 0 | 0.92 | 0.79 | 0.64 | 351.53 | 0.86 | 0.19 |
| Hex | 5C | 7 | 13 | 0 | 5C | 4F | 40 | 160 | 56 | 13 |
| Octal | 134 | 7 | 23 | 0 | 134 | 117 | 100 | 540 | 126 | 23 |
| Binary | 1011100 | 111 | 10011 | 0 | 1011100 | 1001111 | 1000000 | 101100000 | 1010110 | 10011 |
Color Harmonies of #5C0713
Complementary color
Monochromatic Colors of #5C0713
Black with #5C0713
Text Example
Text Example
White with #5C0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0713; }
p { color: rgb(92,7,19); }
H1.HeaderClassName
{
color: #5C0713;
}
.AnyTagClassName
{
color: #5C0713;
}
</style>
background-color css
<style>
a { background-color: #5C0713; }
a { background-color: rgb(92,7,19); }
div.DivClassName
{
background-color: #5C0713;
}
.BgClassName
{
background-color: #5C0713;
}
</style>
border-color css
<style>
span { border-color: #5C0713; }
span { border-color: rgb(92,7,19); }
td.TdClassName
{
border-color: #5C0713;
}
.TagClassName
{
border-color: #5C0713;
}
</style>