Shades of Pohutukawa #5C011B
Tints of Pohutukawa #5C011B
RGB
CMYK
RGB Variations
Color information
#5C011B (or 0x5C011B) is known color: Pohutukawa. HEX triplet: 5C, 01 and 1B. RGB value is (92,1,27). Sum of RGB (Red+Green+Blue) = 92+1+27=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C011B is #A3FEE4. Grayscale: #1F1F1F. Windows color (decimal): -10747621 or 1769820. OLE color: 1769820.
HSL color Cylindrical-coordinate representation of color #5C011B: hue angle of 342.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C011B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.64 |
| HSL | 342.86º | 0.98% | 0.18% | - |
| HSV(B) | 342.86º | 0.99% | 0.36% | - |
| XYZ | 4.62 | 2.38 | 1.25 | - |
| YUV | 31.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 27 | 0 | 0.99 | 0.71 | 0.64 | 342.86 | 0.98 | 0.18 |
| Hex | 5C | 1 | 1B | 0 | 63 | 47 | 40 | 157 | 62 | 12 |
| Octal | 134 | 1 | 33 | 0 | 143 | 107 | 100 | 527 | 142 | 22 |
| Binary | 1011100 | 1 | 11011 | 0 | 1100011 | 1000111 | 1000000 | 101010111 | 1100010 | 10010 |
Color Harmonies of #5C011B
Complementary color
Monochromatic Colors of #5C011B
Black with #5C011B
Text Example
Text Example
White with #5C011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C011B; }
p { color: rgb(92,1,27); }
H1.HeaderClassName
{
color: #5C011B;
}
.AnyTagClassName
{
color: #5C011B;
}
</style>
background-color css
<style>
a { background-color: #5C011B; }
a { background-color: rgb(92,1,27); }
div.DivClassName
{
background-color: #5C011B;
}
.BgClassName
{
background-color: #5C011B;
}
</style>
border-color css
<style>
span { border-color: #5C011B; }
span { border-color: rgb(92,1,27); }
td.TdClassName
{
border-color: #5C011B;
}
.TagClassName
{
border-color: #5C011B;
}
</style>