Shades of Pohutukawa #5D232E
Tints of Pohutukawa #5D232E
RGB
CMYK
RGB Variations
Color information
#5D232E (or 0x5D232E) is known color: Pohutukawa. HEX triplet: 5D, 23 and 2E. RGB value is (93,35,46). Sum of RGB (Red+Green+Blue) = 93+35+46=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232E is #A2DCD1. Grayscale: #353535. Windows color (decimal): -10673362 or 3023709. OLE color: 3023709.
HSL color Cylindrical-coordinate representation of color #5D232E: hue angle of 348.62º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D232E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 46 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.64 |
| HSL | 348.62º | 0.45% | 0.25% | - |
| HSV(B) | 348.62º | 0.62% | 0.36% | - |
| XYZ | 5.61 | 3.73 | 3.01 | - |
| YUV | 53.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 46 | 0 | 0.62 | 0.51 | 0.64 | 348.62 | 0.45 | 0.25 |
| Hex | 5D | 23 | 2E | 0 | 3E | 33 | 40 | 15D | 2D | 19 |
| Octal | 135 | 43 | 56 | 0 | 76 | 63 | 100 | 535 | 55 | 31 |
| Binary | 1011101 | 100011 | 101110 | 0 | 111110 | 110011 | 1000000 | 101011101 | 101101 | 11001 |
Color Harmonies of #5D232E
Complementary color
Monochromatic Colors of #5D232E
Black with #5D232E
Text Example
Text Example
White with #5D232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D232E; }
p { color: rgb(93,35,46); }
H1.HeaderClassName
{
color: #5D232E;
}
.AnyTagClassName
{
color: #5D232E;
}
</style>
background-color css
<style>
a { background-color: #5D232E; }
a { background-color: rgb(93,35,46); }
div.DivClassName
{
background-color: #5D232E;
}
.BgClassName
{
background-color: #5D232E;
}
</style>
border-color css
<style>
span { border-color: #5D232E; }
span { border-color: rgb(93,35,46); }
td.TdClassName
{
border-color: #5D232E;
}
.TagClassName
{
border-color: #5D232E;
}
</style>