Shades of Pohutukawa #601B2B
Tints of Pohutukawa #601B2B
RGB
CMYK
RGB Variations
Color information
#601B2B (or 0x601B2B) is known color: Pohutukawa. HEX triplet: 60, 1B and 2B. RGB value is (96,27,43). Sum of RGB (Red+Green+Blue) = 96+27+43=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B2B is #9FE4D4. Grayscale: #313131. Windows color (decimal): -10478805 or 2825056. OLE color: 2825056.
HSL color Cylindrical-coordinate representation of color #601B2B: hue angle of 346.09º 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 #601B2B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 43 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.62 |
| HSL | 346.09º | 0.56% | 0.24% | - |
| HSV(B) | 346.09º | 0.72% | 0.38% | - |
| XYZ | 5.65 | 3.45 | 2.65 | - |
| YUV | 49.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 43 | 0 | 0.72 | 0.55 | 0.62 | 346.09 | 0.56 | 0.24 |
| Hex | 60 | 1B | 2B | 0 | 48 | 37 | 3E | 15A | 38 | 18 |
| Octal | 140 | 33 | 53 | 0 | 110 | 67 | 76 | 532 | 70 | 30 |
| Binary | 1100000 | 11011 | 101011 | 0 | 1001000 | 110111 | 111110 | 101011010 | 111000 | 11000 |
Color Harmonies of #601B2B
Complementary color
Monochromatic Colors of #601B2B
Black with #601B2B
Text Example
Text Example
White with #601B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B2B; }
p { color: rgb(96,27,43); }
H1.HeaderClassName
{
color: #601B2B;
}
.AnyTagClassName
{
color: #601B2B;
}
</style>
background-color css
<style>
a { background-color: #601B2B; }
a { background-color: rgb(96,27,43); }
div.DivClassName
{
background-color: #601B2B;
}
.BgClassName
{
background-color: #601B2B;
}
</style>
border-color css
<style>
span { border-color: #601B2B; }
span { border-color: rgb(96,27,43); }
td.TdClassName
{
border-color: #601B2B;
}
.TagClassName
{
border-color: #601B2B;
}
</style>