Shades of Pohutukawa #600F22
Tints of Pohutukawa #600F22
RGB
CMYK
RGB Variations
Color information
#600F22 (or 0x600F22) is known color: Pohutukawa. HEX triplet: 60, 0F and 22. RGB value is (96,15,34). Sum of RGB (Red+Green+Blue) = 96+15+34=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F22 is #9FF0DD. Grayscale: #292929. Windows color (decimal): -10481886 or 2232160. OLE color: 2232160.
HSL color Cylindrical-coordinate representation of color #600F22: hue angle of 345.93º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F22 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 34 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.62 |
| HSL | 345.93º | 0.73% | 0.22% | - |
| HSV(B) | 345.93º | 0.84% | 0.38% | - |
| XYZ | 5.28 | 2.94 | 1.8 | - |
| YUV | 41.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 34 | 0 | 0.84 | 0.65 | 0.62 | 345.93 | 0.73 | 0.22 |
| Hex | 60 | F | 22 | 0 | 54 | 41 | 3E | 15A | 49 | 16 |
| Octal | 140 | 17 | 42 | 0 | 124 | 101 | 76 | 532 | 111 | 26 |
| Binary | 1100000 | 1111 | 100010 | 0 | 1010100 | 1000001 | 111110 | 101011010 | 1001001 | 10110 |
Color Harmonies of #600F22
Complementary color
Monochromatic Colors of #600F22
Black with #600F22
Text Example
Text Example
White with #600F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F22; }
p { color: rgb(96,15,34); }
H1.HeaderClassName
{
color: #600F22;
}
.AnyTagClassName
{
color: #600F22;
}
</style>
background-color css
<style>
a { background-color: #600F22; }
a { background-color: rgb(96,15,34); }
div.DivClassName
{
background-color: #600F22;
}
.BgClassName
{
background-color: #600F22;
}
</style>
border-color css
<style>
span { border-color: #600F22; }
span { border-color: rgb(96,15,34); }
td.TdClassName
{
border-color: #600F22;
}
.TagClassName
{
border-color: #600F22;
}
</style>