Shades of Pohutukawa #5C151E
Tints of Pohutukawa #5C151E
RGB
CMYK
RGB Variations
Color information
#5C151E (or 0x5C151E) is known color: Pohutukawa. HEX triplet: 5C, 15 and 1E. RGB value is (92,21,30). Sum of RGB (Red+Green+Blue) = 92+21+30=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151E is #A3EAE1. Grayscale: #2B2B2B. Windows color (decimal): -10742498 or 1971548. OLE color: 1971548.
HSL color Cylindrical-coordinate representation of color #5C151E: hue angle of 352.39º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C151E is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 30 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.64 |
| HSL | 352.39º | 0.63% | 0.22% | - |
| HSV(B) | 352.39º | 0.77% | 0.36% | - |
| XYZ | 4.92 | 2.91 | 1.53 | - |
| YUV | 43.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 30 | 0 | 0.77 | 0.67 | 0.64 | 352.39 | 0.63 | 0.22 |
| Hex | 5C | 15 | 1E | 0 | 4D | 43 | 40 | 160 | 3F | 16 |
| Octal | 134 | 25 | 36 | 0 | 115 | 103 | 100 | 540 | 77 | 26 |
| Binary | 1011100 | 10101 | 11110 | 0 | 1001101 | 1000011 | 1000000 | 101100000 | 111111 | 10110 |
Color Harmonies of #5C151E
Complementary color
Monochromatic Colors of #5C151E
Black with #5C151E
Text Example
Text Example
White with #5C151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C151E; }
p { color: rgb(92,21,30); }
H1.HeaderClassName
{
color: #5C151E;
}
.AnyTagClassName
{
color: #5C151E;
}
</style>
background-color css
<style>
a { background-color: #5C151E; }
a { background-color: rgb(92,21,30); }
div.DivClassName
{
background-color: #5C151E;
}
.BgClassName
{
background-color: #5C151E;
}
</style>
border-color css
<style>
span { border-color: #5C151E; }
span { border-color: rgb(92,21,30); }
td.TdClassName
{
border-color: #5C151E;
}
.TagClassName
{
border-color: #5C151E;
}
</style>