Shades of Pohutukawa #5C001D
Tints of Pohutukawa #5C001D
RGB
CMYK
RGB Variations
Color information
#5C001D (or 0x5C001D) is known color: Pohutukawa. HEX triplet: 5C, 00 and 1D. RGB value is (92,0,29). Sum of RGB (Red+Green+Blue) = 92+0+29=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C001D is #A3FFE2. Grayscale: #1E1E1E. Windows color (decimal): -10747875 or 1900636. OLE color: 1900636.
HSL color Cylindrical-coordinate representation of color #5C001D: hue angle of 341.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C001D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.68 | 0.64 |
| HSL | 341.09º | 1% | 0.18% | - |
| HSV(B) | 341.09º | 1% | 0.36% | - |
| XYZ | 4.64 | 2.36 | 1.37 | - |
| YUV | 30.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 29 | 0 | 1 | 0.68 | 0.64 | 341.09 | 1 | 0.18 |
| Hex | 5C | 0 | 1D | 0 | 64 | 44 | 40 | 155 | 64 | 12 |
| Octal | 134 | 0 | 35 | 0 | 144 | 104 | 100 | 525 | 144 | 22 |
| Binary | 1011100 | 0 | 11101 | 0 | 1100100 | 1000100 | 1000000 | 101010101 | 1100100 | 10010 |
Color Harmonies of #5C001D
Complementary color
Monochromatic Colors of #5C001D
Black with #5C001D
Text Example
Text Example
White with #5C001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C001D; }
p { color: rgb(92,0,29); }
H1.HeaderClassName
{
color: #5C001D;
}
.AnyTagClassName
{
color: #5C001D;
}
</style>
background-color css
<style>
a { background-color: #5C001D; }
a { background-color: rgb(92,0,29); }
div.DivClassName
{
background-color: #5C001D;
}
.BgClassName
{
background-color: #5C001D;
}
</style>
border-color css
<style>
span { border-color: #5C001D; }
span { border-color: rgb(92,0,29); }
td.TdClassName
{
border-color: #5C001D;
}
.TagClassName
{
border-color: #5C001D;
}
</style>