Shades of Pohutukawa #5C1725
Tints of Pohutukawa #5C1725
RGB
CMYK
RGB Variations
Color information
#5C1725 (or 0x5C1725) is known color: Pohutukawa. HEX triplet: 5C, 17 and 25. RGB value is (92,23,37). Sum of RGB (Red+Green+Blue) = 92+23+37=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1725 is #A3E8DA. Grayscale: #2D2D2D. Windows color (decimal): -10741979 or 2430812. OLE color: 2430812.
HSL color Cylindrical-coordinate representation of color #5C1725: hue angle of 347.83º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1725 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 37 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.64 |
| HSL | 347.83º | 0.6% | 0.23% | - |
| HSV(B) | 347.83º | 0.75% | 0.36% | - |
| XYZ | 5.05 | 3.02 | 2.07 | - |
| YUV | 45.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 37 | 0 | 0.75 | 0.60 | 0.64 | 347.83 | 0.6 | 0.23 |
| Hex | 5C | 17 | 25 | 0 | 4B | 3C | 40 | 15C | 3C | 17 |
| Octal | 134 | 27 | 45 | 0 | 113 | 74 | 100 | 534 | 74 | 27 |
| Binary | 1011100 | 10111 | 100101 | 0 | 1001011 | 111100 | 1000000 | 101011100 | 111100 | 10111 |
Color Harmonies of #5C1725
Complementary color
Monochromatic Colors of #5C1725
Black with #5C1725
Text Example
Text Example
White with #5C1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1725; }
p { color: rgb(92,23,37); }
H1.HeaderClassName
{
color: #5C1725;
}
.AnyTagClassName
{
color: #5C1725;
}
</style>
background-color css
<style>
a { background-color: #5C1725; }
a { background-color: rgb(92,23,37); }
div.DivClassName
{
background-color: #5C1725;
}
.BgClassName
{
background-color: #5C1725;
}
</style>
border-color css
<style>
span { border-color: #5C1725; }
span { border-color: rgb(92,23,37); }
td.TdClassName
{
border-color: #5C1725;
}
.TagClassName
{
border-color: #5C1725;
}
</style>