Shades of Pohutukawa #600819
Tints of Pohutukawa #600819
RGB
CMYK
RGB Variations
Color information
#600819 (or 0x600819) is known color: Pohutukawa. HEX triplet: 60, 08 and 19. RGB value is (96,8,25). Sum of RGB (Red+Green+Blue) = 96+8+25=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #600819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600819 is #9FF7E6. Grayscale: #242424. Windows color (decimal): -10483687 or 1640544. OLE color: 1640544.
HSL color Cylindrical-coordinate representation of color #600819: hue angle of 348.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600819 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 25 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.62 |
| HSL | 348.41º | 0.85% | 0.2% | - |
| HSV(B) | 348.41º | 0.92% | 0.38% | - |
| XYZ | 5.09 | 2.73 | 1.18 | - |
| YUV | 36.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 25 | 0 | 0.92 | 0.74 | 0.62 | 348.41 | 0.85 | 0.2 |
| Hex | 60 | 8 | 19 | 0 | 5C | 4A | 3E | 15C | 55 | 14 |
| Octal | 140 | 10 | 31 | 0 | 134 | 112 | 76 | 534 | 125 | 24 |
| Binary | 1100000 | 1000 | 11001 | 0 | 1011100 | 1001010 | 111110 | 101011100 | 1010101 | 10100 |
Color Harmonies of #600819
Complementary color
Monochromatic Colors of #600819
Black with #600819
Text Example
Text Example
White with #600819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600819; }
p { color: rgb(96,8,25); }
H1.HeaderClassName
{
color: #600819;
}
.AnyTagClassName
{
color: #600819;
}
</style>
background-color css
<style>
a { background-color: #600819; }
a { background-color: rgb(96,8,25); }
div.DivClassName
{
background-color: #600819;
}
.BgClassName
{
background-color: #600819;
}
</style>
border-color css
<style>
span { border-color: #600819; }
span { border-color: rgb(96,8,25); }
td.TdClassName
{
border-color: #600819;
}
.TagClassName
{
border-color: #600819;
}
</style>