Shades of Pohutukawa #5C0314
Tints of Pohutukawa #5C0314
RGB
CMYK
RGB Variations
Color information
#5C0314 (or 0x5C0314) is known color: Pohutukawa. HEX triplet: 5C, 03 and 14. RGB value is (92,3,20). Sum of RGB (Red+Green+Blue) = 92+3+20=115 (15% of max value = 765). Red value is 92 (36.33% from 255 or 80% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0314 is #A3FCEB. Grayscale: #1F1F1F. Windows color (decimal): -10747116 or 1311580. OLE color: 1311580.
HSL color Cylindrical-coordinate representation of color #5C0314: hue angle of 348.54º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0314 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.64 |
| HSL | 348.54º | 0.94% | 0.19% | - |
| HSV(B) | 348.54º | 0.97% | 0.36% | - |
| XYZ | 4.57 | 2.39 | 0.88 | - |
| YUV | 31.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 20 | 0 | 0.97 | 0.78 | 0.64 | 348.54 | 0.94 | 0.19 |
| Hex | 5C | 3 | 14 | 0 | 61 | 4E | 40 | 15D | 5E | 13 |
| Octal | 134 | 3 | 24 | 0 | 141 | 116 | 100 | 535 | 136 | 23 |
| Binary | 1011100 | 11 | 10100 | 0 | 1100001 | 1001110 | 1000000 | 101011101 | 1011110 | 10011 |
Color Harmonies of #5C0314
Complementary color
Monochromatic Colors of #5C0314
Black with #5C0314
Text Example
Text Example
White with #5C0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0314; }
p { color: rgb(92,3,20); }
H1.HeaderClassName
{
color: #5C0314;
}
.AnyTagClassName
{
color: #5C0314;
}
</style>
background-color css
<style>
a { background-color: #5C0314; }
a { background-color: rgb(92,3,20); }
div.DivClassName
{
background-color: #5C0314;
}
.BgClassName
{
background-color: #5C0314;
}
</style>
border-color css
<style>
span { border-color: #5C0314; }
span { border-color: rgb(92,3,20); }
td.TdClassName
{
border-color: #5C0314;
}
.TagClassName
{
border-color: #5C0314;
}
</style>