Shades of Pohutukawa #5C031E
Tints of Pohutukawa #5C031E
RGB
CMYK
RGB Variations
Color information
#5C031E (or 0x5C031E) is known color: Pohutukawa. HEX triplet: 5C, 03 and 1E. RGB value is (92,3,30). Sum of RGB (Red+Green+Blue) = 92+3+30=125 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 92 - color contains mainly: red. Hex color #5C031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C031E is #A3FCE1. Grayscale: #202020. Windows color (decimal): -10747106 or 1966940. OLE color: 1966940.
HSL color Cylindrical-coordinate representation of color #5C031E: hue angle of 341.8º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C031E is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.64 |
| HSL | 341.8º | 0.94% | 0.19% | - |
| HSV(B) | 341.8º | 0.97% | 0.36% | - |
| XYZ | 4.68 | 2.43 | 1.45 | - |
| YUV | 32.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 30 | 0 | 0.97 | 0.67 | 0.64 | 341.8 | 0.94 | 0.19 |
| Hex | 5C | 3 | 1E | 0 | 61 | 43 | 40 | 156 | 5E | 13 |
| Octal | 134 | 3 | 36 | 0 | 141 | 103 | 100 | 526 | 136 | 23 |
| Binary | 1011100 | 11 | 11110 | 0 | 1100001 | 1000011 | 1000000 | 101010110 | 1011110 | 10011 |
Color Harmonies of #5C031E
Complementary color
Monochromatic Colors of #5C031E
Black with #5C031E
Text Example
Text Example
White with #5C031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C031E; }
p { color: rgb(92,3,30); }
H1.HeaderClassName
{
color: #5C031E;
}
.AnyTagClassName
{
color: #5C031E;
}
</style>
background-color css
<style>
a { background-color: #5C031E; }
a { background-color: rgb(92,3,30); }
div.DivClassName
{
background-color: #5C031E;
}
.BgClassName
{
background-color: #5C031E;
}
</style>
border-color css
<style>
span { border-color: #5C031E; }
span { border-color: rgb(92,3,30); }
td.TdClassName
{
border-color: #5C031E;
}
.TagClassName
{
border-color: #5C031E;
}
</style>