Shades of Pohutukawa #5C1E27
Tints of Pohutukawa #5C1E27
RGB
CMYK
RGB Variations
Color information
#5C1E27 (or 0x5C1E27) is known color: Pohutukawa. HEX triplet: 5C, 1E and 27. RGB value is (92,30,39). Sum of RGB (Red+Green+Blue) = 92+30+39=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1E27 is #A3E1D8. Grayscale: #313131. Windows color (decimal): -10740185 or 2563676. OLE color: 2563676.
HSL color Cylindrical-coordinate representation of color #5C1E27: hue angle of 351.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C1E27 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 30 | 39 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.64 |
| HSL | 351.29º | 0.51% | 0.24% | - |
| HSV(B) | 351.29º | 0.67% | 0.36% | - |
| XYZ | 5.24 | 3.35 | 2.29 | - |
| YUV | 49.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 30 | 39 | 0 | 0.67 | 0.58 | 0.64 | 351.29 | 0.51 | 0.24 |
| Hex | 5C | 1E | 27 | 0 | 43 | 3A | 40 | 15F | 33 | 18 |
| Octal | 134 | 36 | 47 | 0 | 103 | 72 | 100 | 537 | 63 | 30 |
| Binary | 1011100 | 11110 | 100111 | 0 | 1000011 | 111010 | 1000000 | 101011111 | 110011 | 11000 |
Color Harmonies of #5C1E27
Complementary color
Monochromatic Colors of #5C1E27
Black with #5C1E27
Text Example
Text Example
White with #5C1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1E27; }
p { color: rgb(92,30,39); }
H1.HeaderClassName
{
color: #5C1E27;
}
.AnyTagClassName
{
color: #5C1E27;
}
</style>
background-color css
<style>
a { background-color: #5C1E27; }
a { background-color: rgb(92,30,39); }
div.DivClassName
{
background-color: #5C1E27;
}
.BgClassName
{
background-color: #5C1E27;
}
</style>
border-color css
<style>
span { border-color: #5C1E27; }
span { border-color: rgb(92,30,39); }
td.TdClassName
{
border-color: #5C1E27;
}
.TagClassName
{
border-color: #5C1E27;
}
</style>