Shades of Pohutukawa #5C1721
Tints of Pohutukawa #5C1721
RGB
CMYK
RGB Variations
Color information
#5C1721 (or 0x5C1721) is known color: Pohutukawa. HEX triplet: 5C, 17 and 21. RGB value is (92,23,33). Sum of RGB (Red+Green+Blue) = 92+23+33=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1721 is #A3E8DE. Grayscale: #2C2C2C. Windows color (decimal): -10741983 or 2168668. OLE color: 2168668.
HSL color Cylindrical-coordinate representation of color #5C1721: hue angle of 351.3º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1721 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 33 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.64 |
| HSL | 351.3º | 0.6% | 0.23% | - |
| HSV(B) | 351.3º | 0.75% | 0.36% | - |
| XYZ | 4.99 | 3 | 1.75 | - |
| YUV | 44.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 33 | 0 | 0.75 | 0.64 | 0.64 | 351.3 | 0.6 | 0.23 |
| Hex | 5C | 17 | 21 | 0 | 4B | 40 | 40 | 15F | 3C | 17 |
| Octal | 134 | 27 | 41 | 0 | 113 | 100 | 100 | 537 | 74 | 27 |
| Binary | 1011100 | 10111 | 100001 | 0 | 1001011 | 1000000 | 1000000 | 101011111 | 111100 | 10111 |
Color Harmonies of #5C1721
Complementary color
Monochromatic Colors of #5C1721
Black with #5C1721
Text Example
Text Example
White with #5C1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1721; }
p { color: rgb(92,23,33); }
H1.HeaderClassName
{
color: #5C1721;
}
.AnyTagClassName
{
color: #5C1721;
}
</style>
background-color css
<style>
a { background-color: #5C1721; }
a { background-color: rgb(92,23,33); }
div.DivClassName
{
background-color: #5C1721;
}
.BgClassName
{
background-color: #5C1721;
}
</style>
border-color css
<style>
span { border-color: #5C1721; }
span { border-color: rgb(92,23,33); }
td.TdClassName
{
border-color: #5C1721;
}
.TagClassName
{
border-color: #5C1721;
}
</style>