Shades of Pohutukawa #5C1425
Tints of Pohutukawa #5C1425
RGB
CMYK
RGB Variations
Color information
#5C1425 (or 0x5C1425) is known color: Pohutukawa. HEX triplet: 5C, 14 and 25. RGB value is (92,20,37). Sum of RGB (Red+Green+Blue) = 92+20+37=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1425 is #A3EBDA. Grayscale: #2B2B2B. Windows color (decimal): -10742747 or 2430044. OLE color: 2430044.
HSL color Cylindrical-coordinate representation of color #5C1425: hue angle of 345.83º 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 #5C1425 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 37 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.64 |
| HSL | 345.83º | 0.64% | 0.22% | - |
| HSV(B) | 345.83º | 0.78% | 0.36% | - |
| XYZ | 5 | 2.91 | 2.05 | - |
| YUV | 43.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 37 | 0 | 0.78 | 0.60 | 0.64 | 345.83 | 0.64 | 0.22 |
| Hex | 5C | 14 | 25 | 0 | 4E | 3C | 40 | 15A | 40 | 16 |
| Octal | 134 | 24 | 45 | 0 | 116 | 74 | 100 | 532 | 100 | 26 |
| Binary | 1011100 | 10100 | 100101 | 0 | 1001110 | 111100 | 1000000 | 101011010 | 1000000 | 10110 |
Color Harmonies of #5C1425
Complementary color
Monochromatic Colors of #5C1425
Black with #5C1425
Text Example
Text Example
White with #5C1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1425; }
p { color: rgb(92,20,37); }
H1.HeaderClassName
{
color: #5C1425;
}
.AnyTagClassName
{
color: #5C1425;
}
</style>
background-color css
<style>
a { background-color: #5C1425; }
a { background-color: rgb(92,20,37); }
div.DivClassName
{
background-color: #5C1425;
}
.BgClassName
{
background-color: #5C1425;
}
</style>
border-color css
<style>
span { border-color: #5C1425; }
span { border-color: rgb(92,20,37); }
td.TdClassName
{
border-color: #5C1425;
}
.TagClassName
{
border-color: #5C1425;
}
</style>