Shades of Pohutukawa #5C161E
Tints of Pohutukawa #5C161E
RGB
CMYK
RGB Variations
Color information
#5C161E (or 0x5C161E) is known color: Pohutukawa. HEX triplet: 5C, 16 and 1E. RGB value is (92,22,30). Sum of RGB (Red+Green+Blue) = 92+22+30=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C161E is #A3E9E1. Grayscale: #2B2B2B. Windows color (decimal): -10742242 or 1971804. OLE color: 1971804.
HSL color Cylindrical-coordinate representation of color #5C161E: hue angle of 353.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C161E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 30 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.64 |
| HSL | 353.14º | 0.61% | 0.22% | - |
| HSV(B) | 353.14º | 0.76% | 0.36% | - |
| XYZ | 4.93 | 2.94 | 1.54 | - |
| YUV | 43.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 30 | 0 | 0.76 | 0.67 | 0.64 | 353.14 | 0.61 | 0.22 |
| Hex | 5C | 16 | 1E | 0 | 4C | 43 | 40 | 161 | 3D | 16 |
| Octal | 134 | 26 | 36 | 0 | 114 | 103 | 100 | 541 | 75 | 26 |
| Binary | 1011100 | 10110 | 11110 | 0 | 1001100 | 1000011 | 1000000 | 101100001 | 111101 | 10110 |
Color Harmonies of #5C161E
Complementary color
Monochromatic Colors of #5C161E
Black with #5C161E
Text Example
Text Example
White with #5C161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C161E; }
p { color: rgb(92,22,30); }
H1.HeaderClassName
{
color: #5C161E;
}
.AnyTagClassName
{
color: #5C161E;
}
</style>
background-color css
<style>
a { background-color: #5C161E; }
a { background-color: rgb(92,22,30); }
div.DivClassName
{
background-color: #5C161E;
}
.BgClassName
{
background-color: #5C161E;
}
</style>
border-color css
<style>
span { border-color: #5C161E; }
span { border-color: rgb(92,22,30); }
td.TdClassName
{
border-color: #5C161E;
}
.TagClassName
{
border-color: #5C161E;
}
</style>