Shades of Pohutukawa #5C050F
Tints of Pohutukawa #5C050F
RGB
CMYK
RGB Variations
Color information
#5C050F (or 0x5C050F) is known color: Pohutukawa. HEX triplet: 5C, 05 and 0F. RGB value is (92,5,15). Sum of RGB (Red+Green+Blue) = 92+5+15=112 (14% of max value = 765). Red value is 92 (36.33% from 255 or 82.14% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 92 - color contains mainly: red. Hex color #5C050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C050F is #A3FAF0. Grayscale: #202020. Windows color (decimal): -10746609 or 984412. OLE color: 984412.
HSL color Cylindrical-coordinate representation of color #5C050F: hue angle of 353.1º 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 #5C050F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 15 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.64 |
| HSL | 353.1º | 0.9% | 0.19% | - |
| HSV(B) | 353.1º | 0.95% | 0.36% | - |
| XYZ | 4.55 | 2.42 | 0.68 | - |
| YUV | 32.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 15 | 0 | 0.95 | 0.84 | 0.64 | 353.1 | 0.9 | 0.19 |
| Hex | 5C | 5 | F | 0 | 5F | 54 | 40 | 161 | 5A | 13 |
| Octal | 134 | 5 | 17 | 0 | 137 | 124 | 100 | 541 | 132 | 23 |
| Binary | 1011100 | 101 | 1111 | 0 | 1011111 | 1010100 | 1000000 | 101100001 | 1011010 | 10011 |
Color Harmonies of #5C050F
Complementary color
Monochromatic Colors of #5C050F
Black with #5C050F
Text Example
Text Example
White with #5C050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C050F; }
p { color: rgb(92,5,15); }
H1.HeaderClassName
{
color: #5C050F;
}
.AnyTagClassName
{
color: #5C050F;
}
</style>
background-color css
<style>
a { background-color: #5C050F; }
a { background-color: rgb(92,5,15); }
div.DivClassName
{
background-color: #5C050F;
}
.BgClassName
{
background-color: #5C050F;
}
</style>
border-color css
<style>
span { border-color: #5C050F; }
span { border-color: rgb(92,5,15); }
td.TdClassName
{
border-color: #5C050F;
}
.TagClassName
{
border-color: #5C050F;
}
</style>