Shades of Pohutukawa #60232D
Tints of Pohutukawa #60232D
RGB
CMYK
RGB Variations
Color information
#60232D (or 0x60232D) is known color: Pohutukawa. HEX triplet: 60, 23 and 2D. RGB value is (96,35,45). Sum of RGB (Red+Green+Blue) = 96+35+45=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60232D is #9FDCD2. Grayscale: #363636. Windows color (decimal): -10476755 or 2958176. OLE color: 2958176.
HSL color Cylindrical-coordinate representation of color #60232D: hue angle of 350.16º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60232D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 45 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.62 |
| HSL | 350.16º | 0.47% | 0.26% | - |
| HSV(B) | 350.16º | 0.64% | 0.38% | - |
| XYZ | 5.9 | 3.88 | 2.92 | - |
| YUV | 54.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 45 | 0 | 0.64 | 0.53 | 0.62 | 350.16 | 0.47 | 0.26 |
| Hex | 60 | 23 | 2D | 0 | 40 | 35 | 3E | 15E | 2F | 1A |
| Octal | 140 | 43 | 55 | 0 | 100 | 65 | 76 | 536 | 57 | 32 |
| Binary | 1100000 | 100011 | 101101 | 0 | 1000000 | 110101 | 111110 | 101011110 | 101111 | 11010 |
Color Harmonies of #60232D
Complementary color
Monochromatic Colors of #60232D
Black with #60232D
Text Example
Text Example
White with #60232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60232D; }
p { color: rgb(96,35,45); }
H1.HeaderClassName
{
color: #60232D;
}
.AnyTagClassName
{
color: #60232D;
}
</style>
background-color css
<style>
a { background-color: #60232D; }
a { background-color: rgb(96,35,45); }
div.DivClassName
{
background-color: #60232D;
}
.BgClassName
{
background-color: #60232D;
}
</style>
border-color css
<style>
span { border-color: #60232D; }
span { border-color: rgb(96,35,45); }
td.TdClassName
{
border-color: #60232D;
}
.TagClassName
{
border-color: #60232D;
}
</style>