Shades of Pohutukawa #5C152E
Tints of Pohutukawa #5C152E
RGB
CMYK
RGB Variations
Color information
#5C152E (or 0x5C152E) is known color: Pohutukawa. HEX triplet: 5C, 15 and 2E. RGB value is (92,21,46). Sum of RGB (Red+Green+Blue) = 92+21+46=159 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.86% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 92 - color contains mainly: red. Hex color #5C152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C152E is #A3EAD1. Grayscale: #2D2D2D. Windows color (decimal): -10742482 or 3020124. OLE color: 3020124.
HSL color Cylindrical-coordinate representation of color #5C152E: hue angle of 338.87º 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 #5C152E is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 46 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.64 |
| HSL | 338.87º | 0.63% | 0.22% | - |
| HSV(B) | 338.87º | 0.77% | 0.36% | - |
| XYZ | 5.17 | 3.01 | 2.89 | - |
| YUV | 45.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 46 | 0 | 0.77 | 0.50 | 0.64 | 338.87 | 0.63 | 0.22 |
| Hex | 5C | 15 | 2E | 0 | 4D | 32 | 40 | 153 | 3F | 16 |
| Octal | 134 | 25 | 56 | 0 | 115 | 62 | 100 | 523 | 77 | 26 |
| Binary | 1011100 | 10101 | 101110 | 0 | 1001101 | 110010 | 1000000 | 101010011 | 111111 | 10110 |
Color Harmonies of #5C152E
Complementary color
Monochromatic Colors of #5C152E
Black with #5C152E
Text Example
Text Example
White with #5C152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C152E; }
p { color: rgb(92,21,46); }
H1.HeaderClassName
{
color: #5C152E;
}
.AnyTagClassName
{
color: #5C152E;
}
</style>
background-color css
<style>
a { background-color: #5C152E; }
a { background-color: rgb(92,21,46); }
div.DivClassName
{
background-color: #5C152E;
}
.BgClassName
{
background-color: #5C152E;
}
</style>
border-color css
<style>
span { border-color: #5C152E; }
span { border-color: rgb(92,21,46); }
td.TdClassName
{
border-color: #5C152E;
}
.TagClassName
{
border-color: #5C152E;
}
</style>