Shades of Pohutukawa #5C1521
Tints of Pohutukawa #5C1521
RGB
CMYK
RGB Variations
Color information
#5C1521 (or 0x5C1521) is known color: Pohutukawa. HEX triplet: 5C, 15 and 21. RGB value is (92,21,33). Sum of RGB (Red+Green+Blue) = 92+21+33=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1521 is #A3EADE. Grayscale: #2B2B2B. Windows color (decimal): -10742495 or 2168156. OLE color: 2168156.
HSL color Cylindrical-coordinate representation of color #5C1521: hue angle of 349.86º 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 #5C1521 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 33 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.64 |
| HSL | 349.86º | 0.63% | 0.22% | - |
| HSV(B) | 349.86º | 0.77% | 0.36% | - |
| XYZ | 4.96 | 2.92 | 1.74 | - |
| YUV | 43.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 33 | 0 | 0.77 | 0.64 | 0.64 | 349.86 | 0.63 | 0.22 |
| Hex | 5C | 15 | 21 | 0 | 4D | 40 | 40 | 15E | 3F | 16 |
| Octal | 134 | 25 | 41 | 0 | 115 | 100 | 100 | 536 | 77 | 26 |
| Binary | 1011100 | 10101 | 100001 | 0 | 1001101 | 1000000 | 1000000 | 101011110 | 111111 | 10110 |
Color Harmonies of #5C1521
Complementary color
Monochromatic Colors of #5C1521
Black with #5C1521
Text Example
Text Example
White with #5C1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1521; }
p { color: rgb(92,21,33); }
H1.HeaderClassName
{
color: #5C1521;
}
.AnyTagClassName
{
color: #5C1521;
}
</style>
background-color css
<style>
a { background-color: #5C1521; }
a { background-color: rgb(92,21,33); }
div.DivClassName
{
background-color: #5C1521;
}
.BgClassName
{
background-color: #5C1521;
}
</style>
border-color css
<style>
span { border-color: #5C1521; }
span { border-color: rgb(92,21,33); }
td.TdClassName
{
border-color: #5C1521;
}
.TagClassName
{
border-color: #5C1521;
}
</style>