Shades of Pohutukawa #601C2D
Tints of Pohutukawa #601C2D
RGB
CMYK
RGB Variations
Color information
#601C2D (or 0x601C2D) is known color: Pohutukawa. HEX triplet: 60, 1C and 2D. RGB value is (96,28,45). Sum of RGB (Red+Green+Blue) = 96+28+45=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C2D is #9FE3D2. Grayscale: #323232. Windows color (decimal): -10478547 or 2956384. OLE color: 2956384.
HSL color Cylindrical-coordinate representation of color #601C2D: hue angle of 345º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C2D is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 45 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.62 |
| HSL | 345º | 0.55% | 0.24% | - |
| HSV(B) | 345º | 0.71% | 0.38% | - |
| XYZ | 5.71 | 3.51 | 2.86 | - |
| YUV | 50.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 45 | 0 | 0.71 | 0.53 | 0.62 | 345 | 0.55 | 0.24 |
| Hex | 60 | 1C | 2D | 0 | 47 | 35 | 3E | 159 | 37 | 18 |
| Octal | 140 | 34 | 55 | 0 | 107 | 65 | 76 | 531 | 67 | 30 |
| Binary | 1100000 | 11100 | 101101 | 0 | 1000111 | 110101 | 111110 | 101011001 | 110111 | 11000 |
Color Harmonies of #601C2D
Complementary color
Monochromatic Colors of #601C2D
Black with #601C2D
Text Example
Text Example
White with #601C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C2D; }
p { color: rgb(96,28,45); }
H1.HeaderClassName
{
color: #601C2D;
}
.AnyTagClassName
{
color: #601C2D;
}
</style>
background-color css
<style>
a { background-color: #601C2D; }
a { background-color: rgb(96,28,45); }
div.DivClassName
{
background-color: #601C2D;
}
.BgClassName
{
background-color: #601C2D;
}
</style>
border-color css
<style>
span { border-color: #601C2D; }
span { border-color: rgb(96,28,45); }
td.TdClassName
{
border-color: #601C2D;
}
.TagClassName
{
border-color: #601C2D;
}
</style>