Shades of Pohutukawa #5C051E
Tints of Pohutukawa #5C051E
RGB
CMYK
RGB Variations
Color information
#5C051E (or 0x5C051E) is known color: Pohutukawa. HEX triplet: 5C, 05 and 1E. RGB value is (92,5,30). Sum of RGB (Red+Green+Blue) = 92+5+30=127 (16% of max value = 765). Red value is 92 (36.33% from 255 or 72.44% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 92 - color contains mainly: red. Hex color #5C051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C051E is #A3FAE1. Grayscale: #212121. Windows color (decimal): -10746594 or 1967452. OLE color: 1967452.
HSL color Cylindrical-coordinate representation of color #5C051E: hue angle of 342.76º 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 #5C051E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 30 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.64 |
| HSL | 342.76º | 0.9% | 0.19% | - |
| HSV(B) | 342.76º | 0.95% | 0.36% | - |
| XYZ | 4.7 | 2.48 | 1.46 | - |
| YUV | 33.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 30 | 0 | 0.95 | 0.67 | 0.64 | 342.76 | 0.9 | 0.19 |
| Hex | 5C | 5 | 1E | 0 | 5F | 43 | 40 | 157 | 5A | 13 |
| Octal | 134 | 5 | 36 | 0 | 137 | 103 | 100 | 527 | 132 | 23 |
| Binary | 1011100 | 101 | 11110 | 0 | 1011111 | 1000011 | 1000000 | 101010111 | 1011010 | 10011 |
Color Harmonies of #5C051E
Complementary color
Monochromatic Colors of #5C051E
Black with #5C051E
Text Example
Text Example
White with #5C051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C051E; }
p { color: rgb(92,5,30); }
H1.HeaderClassName
{
color: #5C051E;
}
.AnyTagClassName
{
color: #5C051E;
}
</style>
background-color css
<style>
a { background-color: #5C051E; }
a { background-color: rgb(92,5,30); }
div.DivClassName
{
background-color: #5C051E;
}
.BgClassName
{
background-color: #5C051E;
}
</style>
border-color css
<style>
span { border-color: #5C051E; }
span { border-color: rgb(92,5,30); }
td.TdClassName
{
border-color: #5C051E;
}
.TagClassName
{
border-color: #5C051E;
}
</style>