Shades of Pohutukawa #5C050C
Tints of Pohutukawa #5C050C
RGB
CMYK
RGB Variations
Color information
#5C050C (or 0x5C050C) is known color: Pohutukawa. HEX triplet: 5C, 05 and 0C. RGB value is (92,5,12). Sum of RGB (Red+Green+Blue) = 92+5+12=109 (14% of max value = 765). Red value is 92 (36.33% from 255 or 84.40% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 92 - color contains mainly: red. Hex color #5C050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C050C is #A3FAF3. Grayscale: #1F1F1F. Windows color (decimal): -10746612 or 787804. OLE color: 787804.
HSL color Cylindrical-coordinate representation of color #5C050C: hue angle of 355.17º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C050C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 12 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.64 |
| HSL | 355.17º | 0.9% | 0.19% | - |
| HSV(B) | 355.17º | 0.95% | 0.36% | - |
| XYZ | 4.53 | 2.41 | 0.57 | - |
| YUV | 31.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 12 | 0 | 0.95 | 0.87 | 0.64 | 355.17 | 0.9 | 0.19 |
| Hex | 5C | 5 | C | 0 | 5F | 57 | 40 | 163 | 5A | 13 |
| Octal | 134 | 5 | 14 | 0 | 137 | 127 | 100 | 543 | 132 | 23 |
| Binary | 1011100 | 101 | 1100 | 0 | 1011111 | 1010111 | 1000000 | 101100011 | 1011010 | 10011 |
Color Harmonies of #5C050C
Complementary color
Monochromatic Colors of #5C050C
Black with #5C050C
Text Example
Text Example
White with #5C050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C050C; }
p { color: rgb(92,5,12); }
H1.HeaderClassName
{
color: #5C050C;
}
.AnyTagClassName
{
color: #5C050C;
}
</style>
background-color css
<style>
a { background-color: #5C050C; }
a { background-color: rgb(92,5,12); }
div.DivClassName
{
background-color: #5C050C;
}
.BgClassName
{
background-color: #5C050C;
}
</style>
border-color css
<style>
span { border-color: #5C050C; }
span { border-color: rgb(92,5,12); }
td.TdClassName
{
border-color: #5C050C;
}
.TagClassName
{
border-color: #5C050C;
}
</style>