Shades of Pohutukawa #5C080D
Tints of Pohutukawa #5C080D
RGB
CMYK
RGB Variations
Color information
#5C080D (or 0x5C080D) is known color: Pohutukawa. HEX triplet: 5C, 08 and 0D. RGB value is (92,8,13). Sum of RGB (Red+Green+Blue) = 92+8+13=113 (14% of max value = 765). Red value is 92 (36.33% from 255 or 81.42% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 92 - color contains mainly: red. Hex color #5C080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C080D is #A3F7F2. Grayscale: #212121. Windows color (decimal): -10745843 or 854108. OLE color: 854108.
HSL color Cylindrical-coordinate representation of color #5C080D: hue angle of 356.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C080D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 13 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.64 |
| HSL | 356.43º | 0.84% | 0.2% | - |
| HSV(B) | 356.43º | 0.91% | 0.36% | - |
| XYZ | 4.57 | 2.48 | 0.62 | - |
| YUV | 33.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 13 | 0 | 0.91 | 0.86 | 0.64 | 356.43 | 0.84 | 0.2 |
| Hex | 5C | 8 | D | 0 | 5B | 56 | 40 | 164 | 54 | 14 |
| Octal | 134 | 10 | 15 | 0 | 133 | 126 | 100 | 544 | 124 | 24 |
| Binary | 1011100 | 1000 | 1101 | 0 | 1011011 | 1010110 | 1000000 | 101100100 | 1010100 | 10100 |
Color Harmonies of #5C080D
Complementary color
Monochromatic Colors of #5C080D
Black with #5C080D
Text Example
Text Example
White with #5C080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C080D; }
p { color: rgb(92,8,13); }
H1.HeaderClassName
{
color: #5C080D;
}
.AnyTagClassName
{
color: #5C080D;
}
</style>
background-color css
<style>
a { background-color: #5C080D; }
a { background-color: rgb(92,8,13); }
div.DivClassName
{
background-color: #5C080D;
}
.BgClassName
{
background-color: #5C080D;
}
</style>
border-color css
<style>
span { border-color: #5C080D; }
span { border-color: rgb(92,8,13); }
td.TdClassName
{
border-color: #5C080D;
}
.TagClassName
{
border-color: #5C080D;
}
</style>