Shades of Pohutukawa #5C151F
Tints of Pohutukawa #5C151F
RGB
CMYK
RGB Variations
Color information
#5C151F (or 0x5C151F) is known color: Pohutukawa. HEX triplet: 5C, 15 and 1F. RGB value is (92,21,31). Sum of RGB (Red+Green+Blue) = 92+21+31=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151F is #A3EAE0. Grayscale: #2B2B2B. Windows color (decimal): -10742497 or 2037084. OLE color: 2037084.
HSL color Cylindrical-coordinate representation of color #5C151F: hue angle of 351.55º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C151F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 31 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.64 |
| HSL | 351.55º | 0.63% | 0.22% | - |
| HSV(B) | 351.55º | 0.77% | 0.36% | - |
| XYZ | 4.93 | 2.91 | 1.6 | - |
| YUV | 43.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 31 | 0 | 0.77 | 0.66 | 0.64 | 351.55 | 0.63 | 0.22 |
| Hex | 5C | 15 | 1F | 0 | 4D | 42 | 40 | 160 | 3F | 16 |
| Octal | 134 | 25 | 37 | 0 | 115 | 102 | 100 | 540 | 77 | 26 |
| Binary | 1011100 | 10101 | 11111 | 0 | 1001101 | 1000010 | 1000000 | 101100000 | 111111 | 10110 |
Color Harmonies of #5C151F
Complementary color
Monochromatic Colors of #5C151F
Black with #5C151F
Text Example
Text Example
White with #5C151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C151F; }
p { color: rgb(92,21,31); }
H1.HeaderClassName
{
color: #5C151F;
}
.AnyTagClassName
{
color: #5C151F;
}
</style>
background-color css
<style>
a { background-color: #5C151F; }
a { background-color: rgb(92,21,31); }
div.DivClassName
{
background-color: #5C151F;
}
.BgClassName
{
background-color: #5C151F;
}
</style>
border-color css
<style>
span { border-color: #5C151F; }
span { border-color: rgb(92,21,31); }
td.TdClassName
{
border-color: #5C151F;
}
.TagClassName
{
border-color: #5C151F;
}
</style>