Shades of Pohutukawa #5C0E1E
Tints of Pohutukawa #5C0E1E
RGB
CMYK
RGB Variations
Color information
#5C0E1E (or 0x5C0E1E) is known color: Pohutukawa. HEX triplet: 5C, 0E and 1E. RGB value is (92,14,30). Sum of RGB (Red+Green+Blue) = 92+14+30=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0E1E is #A3F1E1. Grayscale: #272727. Windows color (decimal): -10744290 or 1969756. OLE color: 1969756.
HSL color Cylindrical-coordinate representation of color #5C0E1E: hue angle of 347.69º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C0E1E is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 14 | 30 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.64 |
| HSL | 347.69º | 0.74% | 0.21% | - |
| HSV(B) | 347.69º | 0.85% | 0.36% | - |
| XYZ | 4.81 | 2.68 | 1.49 | - |
| YUV | 39.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 30 | 0 | 0.85 | 0.67 | 0.64 | 347.69 | 0.74 | 0.21 |
| Hex | 5C | E | 1E | 0 | 55 | 43 | 40 | 15C | 4A | 15 |
| Octal | 134 | 16 | 36 | 0 | 125 | 103 | 100 | 534 | 112 | 25 |
| Binary | 1011100 | 1110 | 11110 | 0 | 1010101 | 1000011 | 1000000 | 101011100 | 1001010 | 10101 |
Color Harmonies of #5C0E1E
Complementary color
Monochromatic Colors of #5C0E1E
Black with #5C0E1E
Text Example
Text Example
White with #5C0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0E1E; }
p { color: rgb(92,14,30); }
H1.HeaderClassName
{
color: #5C0E1E;
}
.AnyTagClassName
{
color: #5C0E1E;
}
</style>
background-color css
<style>
a { background-color: #5C0E1E; }
a { background-color: rgb(92,14,30); }
div.DivClassName
{
background-color: #5C0E1E;
}
.BgClassName
{
background-color: #5C0E1E;
}
</style>
border-color css
<style>
span { border-color: #5C0E1E; }
span { border-color: rgb(92,14,30); }
td.TdClassName
{
border-color: #5C0E1E;
}
.TagClassName
{
border-color: #5C0E1E;
}
</style>