Shades of Pohutukawa #5C000B
Tints of Pohutukawa #5C000B
RGB
CMYK
RGB Variations
Color information
#5C000B (or 0x5C000B) is known color: Pohutukawa. HEX triplet: 5C, 00 and 0B. RGB value is (92,0,11). Sum of RGB (Red+Green+Blue) = 92+0+11=103 (13% of max value = 765). Red value is 92 (36.33% from 255 or 89.32% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 92 - color contains mainly: red. Hex color #5C000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C000B is #A3FFF4. Grayscale: #1C1C1C. Windows color (decimal): -10747893 or 720988. OLE color: 720988.
HSL color Cylindrical-coordinate representation of color #5C000B: hue angle of 352.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C000B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.88 | 0.64 |
| HSL | 352.83º | 1% | 0.18% | - |
| HSV(B) | 352.83º | 1% | 0.36% | - |
| XYZ | 4.47 | 2.3 | 0.52 | - |
| YUV | 28.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 11 | 0 | 1 | 0.88 | 0.64 | 352.83 | 1 | 0.18 |
| Hex | 5C | 0 | B | 0 | 64 | 58 | 40 | 161 | 64 | 12 |
| Octal | 134 | 0 | 13 | 0 | 144 | 130 | 100 | 541 | 144 | 22 |
| Binary | 1011100 | 0 | 1011 | 0 | 1100100 | 1011000 | 1000000 | 101100001 | 1100100 | 10010 |
Color Harmonies of #5C000B
Complementary color
Monochromatic Colors of #5C000B
Black with #5C000B
Text Example
Text Example
White with #5C000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C000B; }
p { color: rgb(92,0,11); }
H1.HeaderClassName
{
color: #5C000B;
}
.AnyTagClassName
{
color: #5C000B;
}
</style>
background-color css
<style>
a { background-color: #5C000B; }
a { background-color: rgb(92,0,11); }
div.DivClassName
{
background-color: #5C000B;
}
.BgClassName
{
background-color: #5C000B;
}
</style>
border-color css
<style>
span { border-color: #5C000B; }
span { border-color: rgb(92,0,11); }
td.TdClassName
{
border-color: #5C000B;
}
.TagClassName
{
border-color: #5C000B;
}
</style>