Shades of Pohutukawa #5C0509
Tints of Pohutukawa #5C0509
RGB
CMYK
RGB Variations
Color information
#5C0509 (or 0x5C0509) is known color: Pohutukawa. HEX triplet: 5C, 05 and 09. RGB value is (92,5,9). Sum of RGB (Red+Green+Blue) = 92+5+9=106 (14% of max value = 765). Red value is 92 (36.33% from 255 or 86.79% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0509 is #A3FAF6. Grayscale: #1F1F1F. Windows color (decimal): -10746615 or 591196. OLE color: 591196.
HSL color Cylindrical-coordinate representation of color #5C0509: hue angle of 357.24º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0509 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 9 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.64 |
| HSL | 357.24º | 0.9% | 0.19% | - |
| HSV(B) | 357.24º | 0.95% | 0.36% | - |
| XYZ | 4.52 | 2.4 | 0.48 | - |
| YUV | 31.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 9 | 0 | 0.95 | 0.90 | 0.64 | 357.24 | 0.9 | 0.19 |
| Hex | 5C | 5 | 9 | 0 | 5F | 5A | 40 | 165 | 5A | 13 |
| Octal | 134 | 5 | 11 | 0 | 137 | 132 | 100 | 545 | 132 | 23 |
| Binary | 1011100 | 101 | 1001 | 0 | 1011111 | 1011010 | 1000000 | 101100101 | 1011010 | 10011 |
Color Harmonies of #5C0509
Complementary color
Monochromatic Colors of #5C0509
Black with #5C0509
Text Example
Text Example
White with #5C0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0509; }
p { color: rgb(92,5,9); }
H1.HeaderClassName
{
color: #5C0509;
}
.AnyTagClassName
{
color: #5C0509;
}
</style>
background-color css
<style>
a { background-color: #5C0509; }
a { background-color: rgb(92,5,9); }
div.DivClassName
{
background-color: #5C0509;
}
.BgClassName
{
background-color: #5C0509;
}
</style>
border-color css
<style>
span { border-color: #5C0509; }
span { border-color: rgb(92,5,9); }
td.TdClassName
{
border-color: #5C0509;
}
.TagClassName
{
border-color: #5C0509;
}
</style>