Shades of Pohutukawa #600508
Tints of Pohutukawa #600508
RGB
CMYK
RGB Variations
Color information
#600508 (or 0x600508) is known color: Pohutukawa. HEX triplet: 60, 05 and 08. RGB value is (96,5,8). Sum of RGB (Red+Green+Blue) = 96+5+8=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600508 is #9FFAF7. Grayscale: #202020. Windows color (decimal): -10484472 or 525664. OLE color: 525664.
HSL color Cylindrical-coordinate representation of color #600508: hue angle of 358.02º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600508 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 8 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.62 |
| HSL | 358.02º | 0.9% | 0.2% | - |
| HSV(B) | 358.02º | 0.95% | 0.38% | - |
| XYZ | 4.92 | 2.61 | 0.47 | - |
| YUV | 32.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 8 | 0 | 0.95 | 0.92 | 0.62 | 358.02 | 0.9 | 0.2 |
| Hex | 60 | 5 | 8 | 0 | 5F | 5C | 3E | 166 | 5A | 14 |
| Octal | 140 | 5 | 10 | 0 | 137 | 134 | 76 | 546 | 132 | 24 |
| Binary | 1100000 | 101 | 1000 | 0 | 1011111 | 1011100 | 111110 | 101100110 | 1011010 | 10100 |
Color Harmonies of #600508
Complementary color
Monochromatic Colors of #600508
Black with #600508
Text Example
Text Example
White with #600508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600508; }
p { color: rgb(96,5,8); }
H1.HeaderClassName
{
color: #600508;
}
.AnyTagClassName
{
color: #600508;
}
</style>
background-color css
<style>
a { background-color: #600508; }
a { background-color: rgb(96,5,8); }
div.DivClassName
{
background-color: #600508;
}
.BgClassName
{
background-color: #600508;
}
</style>
border-color css
<style>
span { border-color: #600508; }
span { border-color: rgb(96,5,8); }
td.TdClassName
{
border-color: #600508;
}
.TagClassName
{
border-color: #600508;
}
</style>