Shades of Pohutukawa #5D232D
Tints of Pohutukawa #5D232D
RGB
CMYK
RGB Variations
Color information
#5D232D (or 0x5D232D) is known color: Pohutukawa. HEX triplet: 5D, 23 and 2D. RGB value is (93,35,45). Sum of RGB (Red+Green+Blue) = 93+35+45=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232D is #A2DCD2. Grayscale: #353535. Windows color (decimal): -10673363 or 2958173. OLE color: 2958173.
HSL color Cylindrical-coordinate representation of color #5D232D: hue angle of 349.66º 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 #5D232D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 45 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.64 |
| HSL | 349.66º | 0.45% | 0.25% | - |
| HSV(B) | 349.66º | 0.62% | 0.36% | - |
| XYZ | 5.59 | 3.72 | 2.91 | - |
| YUV | 53.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 45 | 0 | 0.62 | 0.52 | 0.64 | 349.66 | 0.45 | 0.25 |
| Hex | 5D | 23 | 2D | 0 | 3E | 34 | 40 | 15E | 2D | 19 |
| Octal | 135 | 43 | 55 | 0 | 76 | 64 | 100 | 536 | 55 | 31 |
| Binary | 1011101 | 100011 | 101101 | 0 | 111110 | 110100 | 1000000 | 101011110 | 101101 | 11001 |
Color Harmonies of #5D232D
Complementary color
Monochromatic Colors of #5D232D
Black with #5D232D
Text Example
Text Example
White with #5D232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D232D; }
p { color: rgb(93,35,45); }
H1.HeaderClassName
{
color: #5D232D;
}
.AnyTagClassName
{
color: #5D232D;
}
</style>
background-color css
<style>
a { background-color: #5D232D; }
a { background-color: rgb(93,35,45); }
div.DivClassName
{
background-color: #5D232D;
}
.BgClassName
{
background-color: #5D232D;
}
</style>
border-color css
<style>
span { border-color: #5D232D; }
span { border-color: rgb(93,35,45); }
td.TdClassName
{
border-color: #5D232D;
}
.TagClassName
{
border-color: #5D232D;
}
</style>