Shades of Pohutukawa #600F2A
Tints of Pohutukawa #600F2A
RGB
CMYK
RGB Variations
Color information
#600F2A (or 0x600F2A) is known color: Pohutukawa. HEX triplet: 60, 0F and 2A. RGB value is (96,15,42). Sum of RGB (Red+Green+Blue) = 96+15+42=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F2A is #9FF0D5. Grayscale: #2A2A2A. Windows color (decimal): -10481878 or 2756448. OLE color: 2756448.
HSL color Cylindrical-coordinate representation of color #600F2A: hue angle of 340º 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 #600F2A is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 42 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.62 |
| HSL | 340º | 0.73% | 0.22% | - |
| HSV(B) | 340º | 0.84% | 0.38% | - |
| XYZ | 5.41 | 3 | 2.48 | - |
| YUV | 42.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 42 | 0 | 0.84 | 0.56 | 0.62 | 340 | 0.73 | 0.22 |
| Hex | 60 | F | 2A | 0 | 54 | 38 | 3E | 154 | 49 | 16 |
| Octal | 140 | 17 | 52 | 0 | 124 | 70 | 76 | 524 | 111 | 26 |
| Binary | 1100000 | 1111 | 101010 | 0 | 1010100 | 111000 | 111110 | 101010100 | 1001001 | 10110 |
Color Harmonies of #600F2A
Complementary color
Monochromatic Colors of #600F2A
Black with #600F2A
Text Example
Text Example
White with #600F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F2A; }
p { color: rgb(96,15,42); }
H1.HeaderClassName
{
color: #600F2A;
}
.AnyTagClassName
{
color: #600F2A;
}
</style>
background-color css
<style>
a { background-color: #600F2A; }
a { background-color: rgb(96,15,42); }
div.DivClassName
{
background-color: #600F2A;
}
.BgClassName
{
background-color: #600F2A;
}
</style>
border-color css
<style>
span { border-color: #600F2A; }
span { border-color: rgb(96,15,42); }
td.TdClassName
{
border-color: #600F2A;
}
.TagClassName
{
border-color: #600F2A;
}
</style>