Shades of Pohutukawa #600C13
Tints of Pohutukawa #600C13
RGB
CMYK
RGB Variations
Color information
#600C13 (or 0x600C13) is known color: Pohutukawa. HEX triplet: 60, 0C and 13. RGB value is (96,12,19). Sum of RGB (Red+Green+Blue) = 96+12+19=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C13 is #9FF3EC. Grayscale: #252525. Windows color (decimal): -10482669 or 1248352. OLE color: 1248352.
HSL color Cylindrical-coordinate representation of color #600C13: hue angle of 355º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C13 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 19 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.62 |
| HSL | 355º | 0.78% | 0.21% | - |
| HSV(B) | 355º | 0.88% | 0.38% | - |
| XYZ | 5.07 | 2.8 | 0.89 | - |
| YUV | 37.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 19 | 0 | 0.88 | 0.80 | 0.62 | 355 | 0.78 | 0.21 |
| Hex | 60 | C | 13 | 0 | 58 | 50 | 3E | 163 | 4E | 15 |
| Octal | 140 | 14 | 23 | 0 | 130 | 120 | 76 | 543 | 116 | 25 |
| Binary | 1100000 | 1100 | 10011 | 0 | 1011000 | 1010000 | 111110 | 101100011 | 1001110 | 10101 |
Color Harmonies of #600C13
Complementary color
Monochromatic Colors of #600C13
Black with #600C13
Text Example
Text Example
White with #600C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C13; }
p { color: rgb(96,12,19); }
H1.HeaderClassName
{
color: #600C13;
}
.AnyTagClassName
{
color: #600C13;
}
</style>
background-color css
<style>
a { background-color: #600C13; }
a { background-color: rgb(96,12,19); }
div.DivClassName
{
background-color: #600C13;
}
.BgClassName
{
background-color: #600C13;
}
</style>
border-color css
<style>
span { border-color: #600C13; }
span { border-color: rgb(96,12,19); }
td.TdClassName
{
border-color: #600C13;
}
.TagClassName
{
border-color: #600C13;
}
</style>