Shades of Pohutukawa #5C101C
Tints of Pohutukawa #5C101C
RGB
CMYK
RGB Variations
Color information
#5C101C (or 0x5C101C) is known color: Pohutukawa. HEX triplet: 5C, 10 and 1C. RGB value is (92,16,28). Sum of RGB (Red+Green+Blue) = 92+16+28=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C101C is #A3EFE3. Grayscale: #282828. Windows color (decimal): -10743780 or 1839196. OLE color: 1839196.
HSL color Cylindrical-coordinate representation of color #5C101C: hue angle of 350.53º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C101C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 28 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.64 |
| HSL | 350.53º | 0.7% | 0.21% | - |
| HSV(B) | 350.53º | 0.83% | 0.36% | - |
| XYZ | 4.81 | 2.73 | 1.37 | - |
| YUV | 40.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 28 | 0 | 0.83 | 0.70 | 0.64 | 350.53 | 0.7 | 0.21 |
| Hex | 5C | 10 | 1C | 0 | 53 | 46 | 40 | 15F | 46 | 15 |
| Octal | 134 | 20 | 34 | 0 | 123 | 106 | 100 | 537 | 106 | 25 |
| Binary | 1011100 | 10000 | 11100 | 0 | 1010011 | 1000110 | 1000000 | 101011111 | 1000110 | 10101 |
Color Harmonies of #5C101C
Complementary color
Monochromatic Colors of #5C101C
Black with #5C101C
Text Example
Text Example
White with #5C101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C101C; }
p { color: rgb(92,16,28); }
H1.HeaderClassName
{
color: #5C101C;
}
.AnyTagClassName
{
color: #5C101C;
}
</style>
background-color css
<style>
a { background-color: #5C101C; }
a { background-color: rgb(92,16,28); }
div.DivClassName
{
background-color: #5C101C;
}
.BgClassName
{
background-color: #5C101C;
}
</style>
border-color css
<style>
span { border-color: #5C101C; }
span { border-color: rgb(92,16,28); }
td.TdClassName
{
border-color: #5C101C;
}
.TagClassName
{
border-color: #5C101C;
}
</style>