Shades of Pohutukawa #5C1820
Tints of Pohutukawa #5C1820
RGB
CMYK
RGB Variations
Color information
#5C1820 (or 0x5C1820) is known color: Pohutukawa. HEX triplet: 5C, 18 and 20. RGB value is (92,24,32). Sum of RGB (Red+Green+Blue) = 92+24+32=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1820 is #A3E7DF. Grayscale: #2D2D2D. Windows color (decimal): -10741728 or 2103388. OLE color: 2103388.
HSL color Cylindrical-coordinate representation of color #5C1820: hue angle of 352.94º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C1820 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 32 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.64 |
| HSL | 352.94º | 0.59% | 0.23% | - |
| HSV(B) | 352.94º | 0.74% | 0.36% | - |
| XYZ | 5 | 3.03 | 1.69 | - |
| YUV | 45.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 32 | 0 | 0.74 | 0.65 | 0.64 | 352.94 | 0.59 | 0.23 |
| Hex | 5C | 18 | 20 | 0 | 4A | 41 | 40 | 161 | 3B | 17 |
| Octal | 134 | 30 | 40 | 0 | 112 | 101 | 100 | 541 | 73 | 27 |
| Binary | 1011100 | 11000 | 100000 | 0 | 1001010 | 1000001 | 1000000 | 101100001 | 111011 | 10111 |
Color Harmonies of #5C1820
Complementary color
Monochromatic Colors of #5C1820
Black with #5C1820
Text Example
Text Example
White with #5C1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1820; }
p { color: rgb(92,24,32); }
H1.HeaderClassName
{
color: #5C1820;
}
.AnyTagClassName
{
color: #5C1820;
}
</style>
background-color css
<style>
a { background-color: #5C1820; }
a { background-color: rgb(92,24,32); }
div.DivClassName
{
background-color: #5C1820;
}
.BgClassName
{
background-color: #5C1820;
}
</style>
border-color css
<style>
span { border-color: #5C1820; }
span { border-color: rgb(92,24,32); }
td.TdClassName
{
border-color: #5C1820;
}
.TagClassName
{
border-color: #5C1820;
}
</style>