Shades of Pohutukawa #5C142A
Tints of Pohutukawa #5C142A
RGB
CMYK
RGB Variations
Color information
#5C142A (or 0x5C142A) is known color: Pohutukawa. HEX triplet: 5C, 14 and 2A. RGB value is (92,20,42). Sum of RGB (Red+Green+Blue) = 92+20+42=154 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.74% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 92 - color contains mainly: red. Hex color #5C142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C142A is #A3EBD5. Grayscale: #2C2C2C. Windows color (decimal): -10742742 or 2757724. OLE color: 2757724.
HSL color Cylindrical-coordinate representation of color #5C142A: hue angle of 341.67º 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 #5C142A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 42 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.64 |
| HSL | 341.67º | 0.64% | 0.22% | - |
| HSV(B) | 341.67º | 0.78% | 0.36% | - |
| XYZ | 5.08 | 2.94 | 2.49 | - |
| YUV | 44.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 42 | 0 | 0.78 | 0.54 | 0.64 | 341.67 | 0.64 | 0.22 |
| Hex | 5C | 14 | 2A | 0 | 4E | 36 | 40 | 156 | 40 | 16 |
| Octal | 134 | 24 | 52 | 0 | 116 | 66 | 100 | 526 | 100 | 26 |
| Binary | 1011100 | 10100 | 101010 | 0 | 1001110 | 110110 | 1000000 | 101010110 | 1000000 | 10110 |
Color Harmonies of #5C142A
Complementary color
Monochromatic Colors of #5C142A
Black with #5C142A
Text Example
Text Example
White with #5C142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C142A; }
p { color: rgb(92,20,42); }
H1.HeaderClassName
{
color: #5C142A;
}
.AnyTagClassName
{
color: #5C142A;
}
</style>
background-color css
<style>
a { background-color: #5C142A; }
a { background-color: rgb(92,20,42); }
div.DivClassName
{
background-color: #5C142A;
}
.BgClassName
{
background-color: #5C142A;
}
</style>
border-color css
<style>
span { border-color: #5C142A; }
span { border-color: rgb(92,20,42); }
td.TdClassName
{
border-color: #5C142A;
}
.TagClassName
{
border-color: #5C142A;
}
</style>