Shades of Pohutukawa #5C0209
Tints of Pohutukawa #5C0209
RGB
CMYK
RGB Variations
Color information
#5C0209 (or 0x5C0209) is known color: Pohutukawa. HEX triplet: 5C, 02 and 09. RGB value is (92,2,9). Sum of RGB (Red+Green+Blue) = 92+2+9=103 (13% of max value = 765). Red value is 92 (36.33% from 255 or 89.32% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0209 is #A3FDF6. Grayscale: #1D1D1D. Windows color (decimal): -10747383 or 590428. OLE color: 590428.
HSL color Cylindrical-coordinate representation of color #5C0209: hue angle of 355.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0209 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.64 |
| HSL | 355.33º | 0.96% | 0.18% | - |
| HSV(B) | 355.33º | 0.98% | 0.36% | - |
| XYZ | 4.48 | 2.34 | 0.47 | - |
| YUV | 29.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 9 | 0 | 0.98 | 0.90 | 0.64 | 355.33 | 0.96 | 0.18 |
| Hex | 5C | 2 | 9 | 0 | 62 | 5A | 40 | 163 | 60 | 12 |
| Octal | 134 | 2 | 11 | 0 | 142 | 132 | 100 | 543 | 140 | 22 |
| Binary | 1011100 | 10 | 1001 | 0 | 1100010 | 1011010 | 1000000 | 101100011 | 1100000 | 10010 |
Color Harmonies of #5C0209
Complementary color
Monochromatic Colors of #5C0209
Black with #5C0209
Text Example
Text Example
White with #5C0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0209; }
p { color: rgb(92,2,9); }
H1.HeaderClassName
{
color: #5C0209;
}
.AnyTagClassName
{
color: #5C0209;
}
</style>
background-color css
<style>
a { background-color: #5C0209; }
a { background-color: rgb(92,2,9); }
div.DivClassName
{
background-color: #5C0209;
}
.BgClassName
{
background-color: #5C0209;
}
</style>
border-color css
<style>
span { border-color: #5C0209; }
span { border-color: rgb(92,2,9); }
td.TdClassName
{
border-color: #5C0209;
}
.TagClassName
{
border-color: #5C0209;
}
</style>