Shades of Pohutukawa #5C192D
Tints of Pohutukawa #5C192D
RGB
CMYK
RGB Variations
Color information
#5C192D (or 0x5C192D) is known color: Pohutukawa. HEX triplet: 5C, 19 and 2D. RGB value is (92,25,45). Sum of RGB (Red+Green+Blue) = 92+25+45=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C192D is #A3E6D2. Grayscale: #2F2F2F. Windows color (decimal): -10741459 or 2955612. OLE color: 2955612.
HSL color Cylindrical-coordinate representation of color #5C192D: hue angle of 342.09º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C192D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 25 | 45 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.64 |
| HSL | 342.09º | 0.57% | 0.23% | - |
| HSV(B) | 342.09º | 0.73% | 0.36% | - |
| XYZ | 5.23 | 3.16 | 2.82 | - |
| YUV | 47.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 45 | 0 | 0.73 | 0.51 | 0.64 | 342.09 | 0.57 | 0.23 |
| Hex | 5C | 19 | 2D | 0 | 49 | 33 | 40 | 156 | 39 | 17 |
| Octal | 134 | 31 | 55 | 0 | 111 | 63 | 100 | 526 | 71 | 27 |
| Binary | 1011100 | 11001 | 101101 | 0 | 1001001 | 110011 | 1000000 | 101010110 | 111001 | 10111 |
Color Harmonies of #5C192D
Complementary color
Monochromatic Colors of #5C192D
Black with #5C192D
Text Example
Text Example
White with #5C192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C192D; }
p { color: rgb(92,25,45); }
H1.HeaderClassName
{
color: #5C192D;
}
.AnyTagClassName
{
color: #5C192D;
}
</style>
background-color css
<style>
a { background-color: #5C192D; }
a { background-color: rgb(92,25,45); }
div.DivClassName
{
background-color: #5C192D;
}
.BgClassName
{
background-color: #5C192D;
}
</style>
border-color css
<style>
span { border-color: #5C192D; }
span { border-color: rgb(92,25,45); }
td.TdClassName
{
border-color: #5C192D;
}
.TagClassName
{
border-color: #5C192D;
}
</style>