Shades of Pohutukawa #600308
Tints of Pohutukawa #600308
RGB
CMYK
RGB Variations
Color information
#600308 (or 0x600308) is known color: Pohutukawa. HEX triplet: 60, 03 and 08. RGB value is (96,3,8). Sum of RGB (Red+Green+Blue) = 96+3+8=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600308 is #9FFCF7. Grayscale: #1F1F1F. Windows color (decimal): -10484984 or 525152. OLE color: 525152.
HSL color Cylindrical-coordinate representation of color #600308: hue angle of 356.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600308 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 8 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.62 |
| HSL | 356.77º | 0.94% | 0.19% | - |
| HSV(B) | 356.77º | 0.97% | 0.38% | - |
| XYZ | 4.9 | 2.57 | 0.47 | - |
| YUV | 31.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 8 | 0 | 0.97 | 0.92 | 0.62 | 356.77 | 0.94 | 0.19 |
| Hex | 60 | 3 | 8 | 0 | 61 | 5C | 3E | 165 | 5E | 13 |
| Octal | 140 | 3 | 10 | 0 | 141 | 134 | 76 | 545 | 136 | 23 |
| Binary | 1100000 | 11 | 1000 | 0 | 1100001 | 1011100 | 111110 | 101100101 | 1011110 | 10011 |
Color Harmonies of #600308
Complementary color
Monochromatic Colors of #600308
Black with #600308
Text Example
Text Example
White with #600308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600308; }
p { color: rgb(96,3,8); }
H1.HeaderClassName
{
color: #600308;
}
.AnyTagClassName
{
color: #600308;
}
</style>
background-color css
<style>
a { background-color: #600308; }
a { background-color: rgb(96,3,8); }
div.DivClassName
{
background-color: #600308;
}
.BgClassName
{
background-color: #600308;
}
</style>
border-color css
<style>
span { border-color: #600308; }
span { border-color: rgb(96,3,8); }
td.TdClassName
{
border-color: #600308;
}
.TagClassName
{
border-color: #600308;
}
</style>