Shades of Pohutukawa #601B2D
Tints of Pohutukawa #601B2D
RGB
CMYK
RGB Variations
Color information
#601B2D (or 0x601B2D) is known color: Pohutukawa. HEX triplet: 60, 1B and 2D. RGB value is (96,27,45). Sum of RGB (Red+Green+Blue) = 96+27+45=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B2D is #9FE4D2. Grayscale: #313131. Windows color (decimal): -10478803 or 2956128. OLE color: 2956128.
HSL color Cylindrical-coordinate representation of color #601B2D: hue angle of 344.35º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B2D is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 45 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.62 |
| HSL | 344.35º | 0.56% | 0.24% | - |
| HSV(B) | 344.35º | 0.72% | 0.38% | - |
| XYZ | 5.69 | 3.46 | 2.85 | - |
| YUV | 49.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 45 | 0 | 0.72 | 0.53 | 0.62 | 344.35 | 0.56 | 0.24 |
| Hex | 60 | 1B | 2D | 0 | 48 | 35 | 3E | 158 | 38 | 18 |
| Octal | 140 | 33 | 55 | 0 | 110 | 65 | 76 | 530 | 70 | 30 |
| Binary | 1100000 | 11011 | 101101 | 0 | 1001000 | 110101 | 111110 | 101011000 | 111000 | 11000 |
Color Harmonies of #601B2D
Complementary color
Monochromatic Colors of #601B2D
Black with #601B2D
Text Example
Text Example
White with #601B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B2D; }
p { color: rgb(96,27,45); }
H1.HeaderClassName
{
color: #601B2D;
}
.AnyTagClassName
{
color: #601B2D;
}
</style>
background-color css
<style>
a { background-color: #601B2D; }
a { background-color: rgb(96,27,45); }
div.DivClassName
{
background-color: #601B2D;
}
.BgClassName
{
background-color: #601B2D;
}
</style>
border-color css
<style>
span { border-color: #601B2D; }
span { border-color: rgb(96,27,45); }
td.TdClassName
{
border-color: #601B2D;
}
.TagClassName
{
border-color: #601B2D;
}
</style>