Shades of Pohutukawa #601A28
Tints of Pohutukawa #601A28
RGB
CMYK
RGB Variations
Color information
#601A28 (or 0x601A28) is known color: Pohutukawa. HEX triplet: 60, 1A and 28. RGB value is (96,26,40). Sum of RGB (Red+Green+Blue) = 96+26+40=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A28 is #9FE5D7. Grayscale: #303030. Windows color (decimal): -10479064 or 2628192. OLE color: 2628192.
HSL color Cylindrical-coordinate representation of color #601A28: hue angle of 348º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A28 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 40 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.62 |
| HSL | 348º | 0.57% | 0.24% | - |
| HSV(B) | 348º | 0.73% | 0.38% | - |
| XYZ | 5.58 | 3.38 | 2.37 | - |
| YUV | 48.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 40 | 0 | 0.73 | 0.58 | 0.62 | 348 | 0.57 | 0.24 |
| Hex | 60 | 1A | 28 | 0 | 49 | 3A | 3E | 15C | 39 | 18 |
| Octal | 140 | 32 | 50 | 0 | 111 | 72 | 76 | 534 | 71 | 30 |
| Binary | 1100000 | 11010 | 101000 | 0 | 1001001 | 111010 | 111110 | 101011100 | 111001 | 11000 |
Color Harmonies of #601A28
Complementary color
Monochromatic Colors of #601A28
Black with #601A28
Text Example
Text Example
White with #601A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A28; }
p { color: rgb(96,26,40); }
H1.HeaderClassName
{
color: #601A28;
}
.AnyTagClassName
{
color: #601A28;
}
</style>
background-color css
<style>
a { background-color: #601A28; }
a { background-color: rgb(96,26,40); }
div.DivClassName
{
background-color: #601A28;
}
.BgClassName
{
background-color: #601A28;
}
</style>
border-color css
<style>
span { border-color: #601A28; }
span { border-color: rgb(96,26,40); }
td.TdClassName
{
border-color: #601A28;
}
.TagClassName
{
border-color: #601A28;
}
</style>