Shades of Pohutukawa #5C0921
Tints of Pohutukawa #5C0921
RGB
CMYK
RGB Variations
Color information
#5C0921 (or 0x5C0921) is known color: Pohutukawa. HEX triplet: 5C, 09 and 21. RGB value is (92,9,33). Sum of RGB (Red+Green+Blue) = 92+9+33=134 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.66% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0921 is #A3F6DE. Grayscale: #242424. Windows color (decimal): -10745567 or 2165084. OLE color: 2165084.
HSL color Cylindrical-coordinate representation of color #5C0921: hue angle of 342.65º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0921 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 33 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.64 |
| HSL | 342.65º | 0.82% | 0.2% | - |
| HSV(B) | 342.65º | 0.9% | 0.36% | - |
| XYZ | 4.79 | 2.58 | 1.68 | - |
| YUV | 36.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 33 | 0 | 0.90 | 0.64 | 0.64 | 342.65 | 0.82 | 0.2 |
| Hex | 5C | 9 | 21 | 0 | 5A | 40 | 40 | 157 | 52 | 14 |
| Octal | 134 | 11 | 41 | 0 | 132 | 100 | 100 | 527 | 122 | 24 |
| Binary | 1011100 | 1001 | 100001 | 0 | 1011010 | 1000000 | 1000000 | 101010111 | 1010010 | 10100 |
Color Harmonies of #5C0921
Complementary color
Monochromatic Colors of #5C0921
Black with #5C0921
Text Example
Text Example
White with #5C0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0921; }
p { color: rgb(92,9,33); }
H1.HeaderClassName
{
color: #5C0921;
}
.AnyTagClassName
{
color: #5C0921;
}
</style>
background-color css
<style>
a { background-color: #5C0921; }
a { background-color: rgb(92,9,33); }
div.DivClassName
{
background-color: #5C0921;
}
.BgClassName
{
background-color: #5C0921;
}
</style>
border-color css
<style>
span { border-color: #5C0921; }
span { border-color: rgb(92,9,33); }
td.TdClassName
{
border-color: #5C0921;
}
.TagClassName
{
border-color: #5C0921;
}
</style>