Shades of Pohutukawa #5C0413
Tints of Pohutukawa #5C0413
RGB
CMYK
RGB Variations
Color information
#5C0413 (or 0x5C0413) is known color: Pohutukawa. HEX triplet: 5C, 04 and 13. RGB value is (92,4,19). Sum of RGB (Red+Green+Blue) = 92+4+19=115 (15% of max value = 765). Red value is 92 (36.33% from 255 or 80% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0413 is #A3FBEC. Grayscale: #202020. Windows color (decimal): -10746861 or 1246300. OLE color: 1246300.
HSL color Cylindrical-coordinate representation of color #5C0413: hue angle of 349.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0413 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 19 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.64 |
| HSL | 349.77º | 0.92% | 0.19% | - |
| HSV(B) | 349.77º | 0.96% | 0.36% | - |
| XYZ | 4.57 | 2.41 | 0.84 | - |
| YUV | 32.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 19 | 0 | 0.96 | 0.79 | 0.64 | 349.77 | 0.92 | 0.19 |
| Hex | 5C | 4 | 13 | 0 | 60 | 4F | 40 | 15E | 5C | 13 |
| Octal | 134 | 4 | 23 | 0 | 140 | 117 | 100 | 536 | 134 | 23 |
| Binary | 1011100 | 100 | 10011 | 0 | 1100000 | 1001111 | 1000000 | 101011110 | 1011100 | 10011 |
Color Harmonies of #5C0413
Complementary color
Monochromatic Colors of #5C0413
Black with #5C0413
Text Example
Text Example
White with #5C0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0413; }
p { color: rgb(92,4,19); }
H1.HeaderClassName
{
color: #5C0413;
}
.AnyTagClassName
{
color: #5C0413;
}
</style>
background-color css
<style>
a { background-color: #5C0413; }
a { background-color: rgb(92,4,19); }
div.DivClassName
{
background-color: #5C0413;
}
.BgClassName
{
background-color: #5C0413;
}
</style>
border-color css
<style>
span { border-color: #5C0413; }
span { border-color: rgb(92,4,19); }
td.TdClassName
{
border-color: #5C0413;
}
.TagClassName
{
border-color: #5C0413;
}
</style>