Shades of Pohutukawa #600825
Tints of Pohutukawa #600825
RGB
CMYK
RGB Variations
Color information
#600825 (or 0x600825) is known color: Pohutukawa. HEX triplet: 60, 08 and 25. RGB value is (96,8,37). Sum of RGB (Red+Green+Blue) = 96+8+37=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600825 is #9FF7DA. Grayscale: #252525. Windows color (decimal): -10483675 or 2426976. OLE color: 2426976.
HSL color Cylindrical-coordinate representation of color #600825: hue angle of 340.23º 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 #600825 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 37 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.62 |
| HSL | 340.23º | 0.85% | 0.2% | - |
| HSV(B) | 340.23º | 0.92% | 0.38% | - |
| XYZ | 5.24 | 2.79 | 2.01 | - |
| YUV | 37.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 37 | 0 | 0.92 | 0.61 | 0.62 | 340.23 | 0.85 | 0.2 |
| Hex | 60 | 8 | 25 | 0 | 5C | 3D | 3E | 154 | 55 | 14 |
| Octal | 140 | 10 | 45 | 0 | 134 | 75 | 76 | 524 | 125 | 24 |
| Binary | 1100000 | 1000 | 100101 | 0 | 1011100 | 111101 | 111110 | 101010100 | 1010101 | 10100 |
Color Harmonies of #600825
Complementary color
Monochromatic Colors of #600825
Black with #600825
Text Example
Text Example
White with #600825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600825; }
p { color: rgb(96,8,37); }
H1.HeaderClassName
{
color: #600825;
}
.AnyTagClassName
{
color: #600825;
}
</style>
background-color css
<style>
a { background-color: #600825; }
a { background-color: rgb(96,8,37); }
div.DivClassName
{
background-color: #600825;
}
.BgClassName
{
background-color: #600825;
}
</style>
border-color css
<style>
span { border-color: #600825; }
span { border-color: rgb(96,8,37); }
td.TdClassName
{
border-color: #600825;
}
.TagClassName
{
border-color: #600825;
}
</style>