Shades of Pohutukawa #600C2B
Tints of Pohutukawa #600C2B
RGB
CMYK
RGB Variations
Color information
#600C2B (or 0x600C2B) is known color: Pohutukawa. HEX triplet: 60, 0C and 2B. RGB value is (96,12,43). Sum of RGB (Red+Green+Blue) = 96+12+43=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C2B is #9FF3D4. Grayscale: #282828. Windows color (decimal): -10482645 or 2821216. OLE color: 2821216.
HSL color Cylindrical-coordinate representation of color #600C2B: hue angle of 337.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C2B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 43 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.62 |
| HSL | 337.86º | 0.78% | 0.21% | - |
| HSV(B) | 337.86º | 0.88% | 0.38% | - |
| XYZ | 5.39 | 2.92 | 2.57 | - |
| YUV | 40.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 43 | 0 | 0.88 | 0.55 | 0.62 | 337.86 | 0.78 | 0.21 |
| Hex | 60 | C | 2B | 0 | 58 | 37 | 3E | 152 | 4E | 15 |
| Octal | 140 | 14 | 53 | 0 | 130 | 67 | 76 | 522 | 116 | 25 |
| Binary | 1100000 | 1100 | 101011 | 0 | 1011000 | 110111 | 111110 | 101010010 | 1001110 | 10101 |
Color Harmonies of #600C2B
Complementary color
Monochromatic Colors of #600C2B
Black with #600C2B
Text Example
Text Example
White with #600C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C2B; }
p { color: rgb(96,12,43); }
H1.HeaderClassName
{
color: #600C2B;
}
.AnyTagClassName
{
color: #600C2B;
}
</style>
background-color css
<style>
a { background-color: #600C2B; }
a { background-color: rgb(96,12,43); }
div.DivClassName
{
background-color: #600C2B;
}
.BgClassName
{
background-color: #600C2B;
}
</style>
border-color css
<style>
span { border-color: #600C2B; }
span { border-color: rgb(96,12,43); }
td.TdClassName
{
border-color: #600C2B;
}
.TagClassName
{
border-color: #600C2B;
}
</style>