Shades of Pohutukawa #600A1A
Tints of Pohutukawa #600A1A
RGB
CMYK
RGB Variations
Color information
#600A1A (or 0x600A1A) is known color: Pohutukawa. HEX triplet: 60, 0A and 1A. RGB value is (96,10,26). Sum of RGB (Red+Green+Blue) = 96+10+26=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A1A is #9FF5E5. Grayscale: #252525. Windows color (decimal): -10483174 or 1706592. OLE color: 1706592.
HSL color Cylindrical-coordinate representation of color #600A1A: hue angle of 348.84º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A1A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 26 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.62 |
| HSL | 348.84º | 0.81% | 0.21% | - |
| HSV(B) | 348.84º | 0.9% | 0.38% | - |
| XYZ | 5.12 | 2.78 | 1.24 | - |
| YUV | 37.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 26 | 0 | 0.90 | 0.73 | 0.62 | 348.84 | 0.81 | 0.21 |
| Hex | 60 | A | 1A | 0 | 5A | 49 | 3E | 15D | 51 | 15 |
| Octal | 140 | 12 | 32 | 0 | 132 | 111 | 76 | 535 | 121 | 25 |
| Binary | 1100000 | 1010 | 11010 | 0 | 1011010 | 1001001 | 111110 | 101011101 | 1010001 | 10101 |
Color Harmonies of #600A1A
Complementary color
Monochromatic Colors of #600A1A
Black with #600A1A
Text Example
Text Example
White with #600A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A1A; }
p { color: rgb(96,10,26); }
H1.HeaderClassName
{
color: #600A1A;
}
.AnyTagClassName
{
color: #600A1A;
}
</style>
background-color css
<style>
a { background-color: #600A1A; }
a { background-color: rgb(96,10,26); }
div.DivClassName
{
background-color: #600A1A;
}
.BgClassName
{
background-color: #600A1A;
}
</style>
border-color css
<style>
span { border-color: #600A1A; }
span { border-color: rgb(96,10,26); }
td.TdClassName
{
border-color: #600A1A;
}
.TagClassName
{
border-color: #600A1A;
}
</style>