Shades of Pohutukawa #5C182D
Tints of Pohutukawa #5C182D
RGB
CMYK
RGB Variations
Color information
#5C182D (or 0x5C182D) is known color: Pohutukawa. HEX triplet: 5C, 18 and 2D. RGB value is (92,24,45). Sum of RGB (Red+Green+Blue) = 92+24+45=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C182D is #A3E7D2. Grayscale: #2E2E2E. Windows color (decimal): -10741715 or 2955356. OLE color: 2955356.
HSL color Cylindrical-coordinate representation of color #5C182D: hue angle of 341.47º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C182D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 45 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.64 |
| HSL | 341.47º | 0.59% | 0.23% | - |
| HSV(B) | 341.47º | 0.74% | 0.36% | - |
| XYZ | 5.21 | 3.12 | 2.81 | - |
| YUV | 46.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 45 | 0 | 0.74 | 0.51 | 0.64 | 341.47 | 0.59 | 0.23 |
| Hex | 5C | 18 | 2D | 0 | 4A | 33 | 40 | 155 | 3B | 17 |
| Octal | 134 | 30 | 55 | 0 | 112 | 63 | 100 | 525 | 73 | 27 |
| Binary | 1011100 | 11000 | 101101 | 0 | 1001010 | 110011 | 1000000 | 101010101 | 111011 | 10111 |
Color Harmonies of #5C182D
Complementary color
Monochromatic Colors of #5C182D
Black with #5C182D
Text Example
Text Example
White with #5C182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C182D; }
p { color: rgb(92,24,45); }
H1.HeaderClassName
{
color: #5C182D;
}
.AnyTagClassName
{
color: #5C182D;
}
</style>
background-color css
<style>
a { background-color: #5C182D; }
a { background-color: rgb(92,24,45); }
div.DivClassName
{
background-color: #5C182D;
}
.BgClassName
{
background-color: #5C182D;
}
</style>
border-color css
<style>
span { border-color: #5C182D; }
span { border-color: rgb(92,24,45); }
td.TdClassName
{
border-color: #5C182D;
}
.TagClassName
{
border-color: #5C182D;
}
</style>