Shades of Pohutukawa #5C091C
Tints of Pohutukawa #5C091C
RGB
CMYK
RGB Variations
Color information
#5C091C (or 0x5C091C) is known color: Pohutukawa. HEX triplet: 5C, 09 and 1C. RGB value is (92,9,28). Sum of RGB (Red+Green+Blue) = 92+9+28=129 (17% of max value = 765). Red value is 92 (36.33% from 255 or 71.32% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 92 - color contains mainly: red. Hex color #5C091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C091C is #A3F6E3. Grayscale: #232323. Windows color (decimal): -10745572 or 1837404. OLE color: 1837404.
HSL color Cylindrical-coordinate representation of color #5C091C: hue angle of 346.27º 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 #5C091C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 28 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.64 |
| HSL | 346.27º | 0.82% | 0.2% | - |
| HSV(B) | 346.27º | 0.9% | 0.36% | - |
| XYZ | 4.72 | 2.55 | 1.34 | - |
| YUV | 35.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 28 | 0 | 0.90 | 0.70 | 0.64 | 346.27 | 0.82 | 0.2 |
| Hex | 5C | 9 | 1C | 0 | 5A | 46 | 40 | 15A | 52 | 14 |
| Octal | 134 | 11 | 34 | 0 | 132 | 106 | 100 | 532 | 122 | 24 |
| Binary | 1011100 | 1001 | 11100 | 0 | 1011010 | 1000110 | 1000000 | 101011010 | 1010010 | 10100 |
Color Harmonies of #5C091C
Complementary color
Monochromatic Colors of #5C091C
Black with #5C091C
Text Example
Text Example
White with #5C091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C091C; }
p { color: rgb(92,9,28); }
H1.HeaderClassName
{
color: #5C091C;
}
.AnyTagClassName
{
color: #5C091C;
}
</style>
background-color css
<style>
a { background-color: #5C091C; }
a { background-color: rgb(92,9,28); }
div.DivClassName
{
background-color: #5C091C;
}
.BgClassName
{
background-color: #5C091C;
}
</style>
border-color css
<style>
span { border-color: #5C091C; }
span { border-color: rgb(92,9,28); }
td.TdClassName
{
border-color: #5C091C;
}
.TagClassName
{
border-color: #5C091C;
}
</style>