Shades of Pohutukawa #5C0508
Tints of Pohutukawa #5C0508
RGB
CMYK
RGB Variations
Color information
#5C0508 (or 0x5C0508) is known color: Pohutukawa. HEX triplet: 5C, 05 and 08. RGB value is (92,5,8). Sum of RGB (Red+Green+Blue) = 92+5+8=105 (13% of max value = 765). Red value is 92 (36.33% from 255 or 87.62% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0508 is #A3FAF7. Grayscale: #1F1F1F. Windows color (decimal): -10746616 or 525660. OLE color: 525660.
HSL color Cylindrical-coordinate representation of color #5C0508: hue angle of 357.93º 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 #5C0508 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 8 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.64 |
| HSL | 357.93º | 0.9% | 0.19% | - |
| HSV(B) | 357.93º | 0.95% | 0.36% | - |
| XYZ | 4.51 | 2.4 | 0.46 | - |
| YUV | 31.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 8 | 0 | 0.95 | 0.91 | 0.64 | 357.93 | 0.9 | 0.19 |
| Hex | 5C | 5 | 8 | 0 | 5F | 5B | 40 | 166 | 5A | 13 |
| Octal | 134 | 5 | 10 | 0 | 137 | 133 | 100 | 546 | 132 | 23 |
| Binary | 1011100 | 101 | 1000 | 0 | 1011111 | 1011011 | 1000000 | 101100110 | 1011010 | 10011 |
Color Harmonies of #5C0508
Complementary color
Monochromatic Colors of #5C0508
Black with #5C0508
Text Example
Text Example
White with #5C0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0508; }
p { color: rgb(92,5,8); }
H1.HeaderClassName
{
color: #5C0508;
}
.AnyTagClassName
{
color: #5C0508;
}
</style>
background-color css
<style>
a { background-color: #5C0508; }
a { background-color: rgb(92,5,8); }
div.DivClassName
{
background-color: #5C0508;
}
.BgClassName
{
background-color: #5C0508;
}
</style>
border-color css
<style>
span { border-color: #5C0508; }
span { border-color: rgb(92,5,8); }
td.TdClassName
{
border-color: #5C0508;
}
.TagClassName
{
border-color: #5C0508;
}
</style>