Shades of Pohutukawa #5C091F
Tints of Pohutukawa #5C091F
RGB
CMYK
RGB Variations
Color information
#5C091F (or 0x5C091F) is known color: Pohutukawa. HEX triplet: 5C, 09 and 1F. RGB value is (92,9,31). Sum of RGB (Red+Green+Blue) = 92+9+31=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C091F is #A3F6E0. Grayscale: #242424. Windows color (decimal): -10745569 or 2034012. OLE color: 2034012.
HSL color Cylindrical-coordinate representation of color #5C091F: hue angle of 344.1º 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 #5C091F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 31 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.64 |
| HSL | 344.1º | 0.82% | 0.2% | - |
| HSV(B) | 344.1º | 0.9% | 0.36% | - |
| XYZ | 4.76 | 2.57 | 1.54 | - |
| YUV | 36.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 31 | 0 | 0.90 | 0.66 | 0.64 | 344.1 | 0.82 | 0.2 |
| Hex | 5C | 9 | 1F | 0 | 5A | 42 | 40 | 158 | 52 | 14 |
| Octal | 134 | 11 | 37 | 0 | 132 | 102 | 100 | 530 | 122 | 24 |
| Binary | 1011100 | 1001 | 11111 | 0 | 1011010 | 1000010 | 1000000 | 101011000 | 1010010 | 10100 |
Color Harmonies of #5C091F
Complementary color
Monochromatic Colors of #5C091F
Black with #5C091F
Text Example
Text Example
White with #5C091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C091F; }
p { color: rgb(92,9,31); }
H1.HeaderClassName
{
color: #5C091F;
}
.AnyTagClassName
{
color: #5C091F;
}
</style>
background-color css
<style>
a { background-color: #5C091F; }
a { background-color: rgb(92,9,31); }
div.DivClassName
{
background-color: #5C091F;
}
.BgClassName
{
background-color: #5C091F;
}
</style>
border-color css
<style>
span { border-color: #5C091F; }
span { border-color: rgb(92,9,31); }
td.TdClassName
{
border-color: #5C091F;
}
.TagClassName
{
border-color: #5C091F;
}
</style>