Shades of Pohutukawa #602129
Tints of Pohutukawa #602129
RGB
CMYK
RGB Variations
Color information
#602129 (or 0x602129) is known color: Pohutukawa. HEX triplet: 60, 21 and 29. RGB value is (96,33,41). Sum of RGB (Red+Green+Blue) = 96+33+41=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602129 is #9FDED6. Grayscale: #343434. Windows color (decimal): -10477271 or 2695520. OLE color: 2695520.
HSL color Cylindrical-coordinate representation of color #602129: hue angle of 352.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602129 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 41 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.62 |
| HSL | 352.38º | 0.49% | 0.25% | - |
| HSV(B) | 352.38º | 0.66% | 0.38% | - |
| XYZ | 5.77 | 3.73 | 2.51 | - |
| YUV | 52.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 41 | 0 | 0.66 | 0.57 | 0.62 | 352.38 | 0.49 | 0.25 |
| Hex | 60 | 21 | 29 | 0 | 42 | 39 | 3E | 160 | 31 | 19 |
| Octal | 140 | 41 | 51 | 0 | 102 | 71 | 76 | 540 | 61 | 31 |
| Binary | 1100000 | 100001 | 101001 | 0 | 1000010 | 111001 | 111110 | 101100000 | 110001 | 11001 |
Color Harmonies of #602129
Complementary color
Monochromatic Colors of #602129
Black with #602129
Text Example
Text Example
White with #602129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602129; }
p { color: rgb(96,33,41); }
H1.HeaderClassName
{
color: #602129;
}
.AnyTagClassName
{
color: #602129;
}
</style>
background-color css
<style>
a { background-color: #602129; }
a { background-color: rgb(96,33,41); }
div.DivClassName
{
background-color: #602129;
}
.BgClassName
{
background-color: #602129;
}
</style>
border-color css
<style>
span { border-color: #602129; }
span { border-color: rgb(96,33,41); }
td.TdClassName
{
border-color: #602129;
}
.TagClassName
{
border-color: #602129;
}
</style>