Shades of Pohutukawa #600422
Tints of Pohutukawa #600422
RGB
CMYK
RGB Variations
Color information
#600422 (or 0x600422) is known color: Pohutukawa. HEX triplet: 60, 04 and 22. RGB value is (96,4,34). Sum of RGB (Red+Green+Blue) = 96+4+34=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #600422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600422 is #9FFBDD. Grayscale: #222222. Windows color (decimal): -10484702 or 2229344. OLE color: 2229344.
HSL color Cylindrical-coordinate representation of color #600422: hue angle of 340.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600422 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 34 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.62 |
| HSL | 340.43º | 0.92% | 0.2% | - |
| HSV(B) | 340.43º | 0.96% | 0.38% | - |
| XYZ | 5.16 | 2.69 | 1.76 | - |
| YUV | 34.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 34 | 0 | 0.96 | 0.65 | 0.62 | 340.43 | 0.92 | 0.2 |
| Hex | 60 | 4 | 22 | 0 | 60 | 41 | 3E | 154 | 5C | 14 |
| Octal | 140 | 4 | 42 | 0 | 140 | 101 | 76 | 524 | 134 | 24 |
| Binary | 1100000 | 100 | 100010 | 0 | 1100000 | 1000001 | 111110 | 101010100 | 1011100 | 10100 |
Color Harmonies of #600422
Complementary color
Monochromatic Colors of #600422
Black with #600422
Text Example
Text Example
White with #600422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600422; }
p { color: rgb(96,4,34); }
H1.HeaderClassName
{
color: #600422;
}
.AnyTagClassName
{
color: #600422;
}
</style>
background-color css
<style>
a { background-color: #600422; }
a { background-color: rgb(96,4,34); }
div.DivClassName
{
background-color: #600422;
}
.BgClassName
{
background-color: #600422;
}
</style>
border-color css
<style>
span { border-color: #600422; }
span { border-color: rgb(96,4,34); }
td.TdClassName
{
border-color: #600422;
}
.TagClassName
{
border-color: #600422;
}
</style>