Shades of Pohutukawa #5C1428
Tints of Pohutukawa #5C1428
RGB
CMYK
RGB Variations
Color information
#5C1428 (or 0x5C1428) is known color: Pohutukawa. HEX triplet: 5C, 14 and 28. RGB value is (92,20,40). Sum of RGB (Red+Green+Blue) = 92+20+40=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1428 is #A3EBD7. Grayscale: #2B2B2B. Windows color (decimal): -10742744 or 2626652. OLE color: 2626652.
HSL color Cylindrical-coordinate representation of color #5C1428: hue angle of 343.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1428 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 40 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.64 |
| HSL | 343.33º | 0.64% | 0.22% | - |
| HSV(B) | 343.33º | 0.78% | 0.36% | - |
| XYZ | 5.05 | 2.93 | 2.31 | - |
| YUV | 43.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 40 | 0 | 0.78 | 0.57 | 0.64 | 343.33 | 0.64 | 0.22 |
| Hex | 5C | 14 | 28 | 0 | 4E | 39 | 40 | 157 | 40 | 16 |
| Octal | 134 | 24 | 50 | 0 | 116 | 71 | 100 | 527 | 100 | 26 |
| Binary | 1011100 | 10100 | 101000 | 0 | 1001110 | 111001 | 1000000 | 101010111 | 1000000 | 10110 |
Color Harmonies of #5C1428
Complementary color
Monochromatic Colors of #5C1428
Black with #5C1428
Text Example
Text Example
White with #5C1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1428; }
p { color: rgb(92,20,40); }
H1.HeaderClassName
{
color: #5C1428;
}
.AnyTagClassName
{
color: #5C1428;
}
</style>
background-color css
<style>
a { background-color: #5C1428; }
a { background-color: rgb(92,20,40); }
div.DivClassName
{
background-color: #5C1428;
}
.BgClassName
{
background-color: #5C1428;
}
</style>
border-color css
<style>
span { border-color: #5C1428; }
span { border-color: rgb(92,20,40); }
td.TdClassName
{
border-color: #5C1428;
}
.TagClassName
{
border-color: #5C1428;
}
</style>