Shades of Pohutukawa #5C040C
Tints of Pohutukawa #5C040C
RGB
CMYK
RGB Variations
Color information
#5C040C (or 0x5C040C) is known color: Pohutukawa. HEX triplet: 5C, 04 and 0C. RGB value is (92,4,12). Sum of RGB (Red+Green+Blue) = 92+4+12=108 (14% of max value = 765). Red value is 92 (36.33% from 255 or 85.19% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 92 - color contains mainly: red. Hex color #5C040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C040C is #A3FBF3. Grayscale: #1F1F1F. Windows color (decimal): -10746868 or 787548. OLE color: 787548.
HSL color Cylindrical-coordinate representation of color #5C040C: hue angle of 354.55º 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 #5C040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.64 |
| HSL | 354.55º | 0.92% | 0.19% | - |
| HSV(B) | 354.55º | 0.96% | 0.36% | - |
| XYZ | 4.52 | 2.39 | 0.57 | - |
| YUV | 31.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 12 | 0 | 0.96 | 0.87 | 0.64 | 354.55 | 0.92 | 0.19 |
| Hex | 5C | 4 | C | 0 | 60 | 57 | 40 | 163 | 5C | 13 |
| Octal | 134 | 4 | 14 | 0 | 140 | 127 | 100 | 543 | 134 | 23 |
| Binary | 1011100 | 100 | 1100 | 0 | 1100000 | 1010111 | 1000000 | 101100011 | 1011100 | 10011 |
Color Harmonies of #5C040C
Complementary color
Monochromatic Colors of #5C040C
Black with #5C040C
Text Example
Text Example
White with #5C040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C040C; }
p { color: rgb(92,4,12); }
H1.HeaderClassName
{
color: #5C040C;
}
.AnyTagClassName
{
color: #5C040C;
}
</style>
background-color css
<style>
a { background-color: #5C040C; }
a { background-color: rgb(92,4,12); }
div.DivClassName
{
background-color: #5C040C;
}
.BgClassName
{
background-color: #5C040C;
}
</style>
border-color css
<style>
span { border-color: #5C040C; }
span { border-color: rgb(92,4,12); }
td.TdClassName
{
border-color: #5C040C;
}
.TagClassName
{
border-color: #5C040C;
}
</style>