Shades of Pohutukawa #5D040C
Tints of Pohutukawa #5D040C
RGB
CMYK
RGB Variations
Color information
#5D040C (or 0x5D040C) is known color: Pohutukawa. HEX triplet: 5D, 04 and 0C. RGB value is (93,4,12). Sum of RGB (Red+Green+Blue) = 93+4+12=109 (14% of max value = 765). Red value is 93 (36.72% from 255 or 85.32% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 93 - color contains mainly: red. Hex color #5D040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D040C is #A2FBF3. Grayscale: #1F1F1F. Windows color (decimal): -10681332 or 787549. OLE color: 787549.
HSL color Cylindrical-coordinate representation of color #5D040C: hue angle of 354.61º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.64 |
| HSL | 354.61º | 0.92% | 0.19% | - |
| HSV(B) | 354.61º | 0.96% | 0.36% | - |
| XYZ | 4.62 | 2.44 | 0.58 | - |
| YUV | 31.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 12 | 0 | 0.96 | 0.87 | 0.64 | 354.61 | 0.92 | 0.19 |
| Hex | 5D | 4 | C | 0 | 60 | 57 | 40 | 163 | 5C | 13 |
| Octal | 135 | 4 | 14 | 0 | 140 | 127 | 100 | 543 | 134 | 23 |
| Binary | 1011101 | 100 | 1100 | 0 | 1100000 | 1010111 | 1000000 | 101100011 | 1011100 | 10011 |
Color Harmonies of #5D040C
Complementary color
Monochromatic Colors of #5D040C
Black with #5D040C
Text Example
Text Example
White with #5D040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D040C; }
p { color: rgb(93,4,12); }
H1.HeaderClassName
{
color: #5D040C;
}
.AnyTagClassName
{
color: #5D040C;
}
</style>
background-color css
<style>
a { background-color: #5D040C; }
a { background-color: rgb(93,4,12); }
div.DivClassName
{
background-color: #5D040C;
}
.BgClassName
{
background-color: #5D040C;
}
</style>
border-color css
<style>
span { border-color: #5D040C; }
span { border-color: rgb(93,4,12); }
td.TdClassName
{
border-color: #5D040C;
}
.TagClassName
{
border-color: #5D040C;
}
</style>