Shades of Pohutukawa #60070D
Tints of Pohutukawa #60070D
RGB
CMYK
RGB Variations
Color information
#60070D (or 0x60070D) is known color: Pohutukawa. HEX triplet: 60, 07 and 0D. RGB value is (96,7,13). Sum of RGB (Red+Green+Blue) = 96+7+13=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #60070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60070D is #9FF8F2. Grayscale: #222222. Windows color (decimal): -10483955 or 853856. OLE color: 853856.
HSL color Cylindrical-coordinate representation of color #60070D: hue angle of 355.96º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60070D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 13 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.62 |
| HSL | 355.96º | 0.86% | 0.2% | - |
| HSV(B) | 355.96º | 0.93% | 0.38% | - |
| XYZ | 4.97 | 2.67 | 0.63 | - |
| YUV | 34.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 13 | 0 | 0.93 | 0.86 | 0.62 | 355.96 | 0.86 | 0.2 |
| Hex | 60 | 7 | D | 0 | 5D | 56 | 3E | 164 | 56 | 14 |
| Octal | 140 | 7 | 15 | 0 | 135 | 126 | 76 | 544 | 126 | 24 |
| Binary | 1100000 | 111 | 1101 | 0 | 1011101 | 1010110 | 111110 | 101100100 | 1010110 | 10100 |
Color Harmonies of #60070D
Complementary color
Monochromatic Colors of #60070D
Black with #60070D
Text Example
Text Example
White with #60070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60070D; }
p { color: rgb(96,7,13); }
H1.HeaderClassName
{
color: #60070D;
}
.AnyTagClassName
{
color: #60070D;
}
</style>
background-color css
<style>
a { background-color: #60070D; }
a { background-color: rgb(96,7,13); }
div.DivClassName
{
background-color: #60070D;
}
.BgClassName
{
background-color: #60070D;
}
</style>
border-color css
<style>
span { border-color: #60070D; }
span { border-color: rgb(96,7,13); }
td.TdClassName
{
border-color: #60070D;
}
.TagClassName
{
border-color: #60070D;
}
</style>