Shades of Pohutukawa #5C061D
Tints of Pohutukawa #5C061D
RGB
CMYK
RGB Variations
Color information
#5C061D (or 0x5C061D) is known color: Pohutukawa. HEX triplet: 5C, 06 and 1D. RGB value is (92,6,29). Sum of RGB (Red+Green+Blue) = 92+6+29=127 (16% of max value = 765). Red value is 92 (36.33% from 255 or 72.44% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 92 - color contains mainly: red. Hex color #5C061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C061D is #A3F9E2. Grayscale: #222222. Windows color (decimal): -10746339 or 1902172. OLE color: 1902172.
HSL color Cylindrical-coordinate representation of color #5C061D: hue angle of 343.95º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C061D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 29 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.64 |
| HSL | 343.95º | 0.88% | 0.19% | - |
| HSV(B) | 343.95º | 0.93% | 0.36% | - |
| XYZ | 4.7 | 2.49 | 1.4 | - |
| YUV | 34.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 29 | 0 | 0.93 | 0.68 | 0.64 | 343.95 | 0.88 | 0.19 |
| Hex | 5C | 6 | 1D | 0 | 5D | 44 | 40 | 158 | 58 | 13 |
| Octal | 134 | 6 | 35 | 0 | 135 | 104 | 100 | 530 | 130 | 23 |
| Binary | 1011100 | 110 | 11101 | 0 | 1011101 | 1000100 | 1000000 | 101011000 | 1011000 | 10011 |
Color Harmonies of #5C061D
Complementary color
Monochromatic Colors of #5C061D
Black with #5C061D
Text Example
Text Example
White with #5C061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C061D; }
p { color: rgb(92,6,29); }
H1.HeaderClassName
{
color: #5C061D;
}
.AnyTagClassName
{
color: #5C061D;
}
</style>
background-color css
<style>
a { background-color: #5C061D; }
a { background-color: rgb(92,6,29); }
div.DivClassName
{
background-color: #5C061D;
}
.BgClassName
{
background-color: #5C061D;
}
</style>
border-color css
<style>
span { border-color: #5C061D; }
span { border-color: rgb(92,6,29); }
td.TdClassName
{
border-color: #5C061D;
}
.TagClassName
{
border-color: #5C061D;
}
</style>