Shades of Pohutukawa #630205
Tints of Pohutukawa #630205
RGB
CMYK
RGB Variations
Color information
#630205 (or 0x630205) is known color: Pohutukawa. HEX triplet: 63, 02 and 05. RGB value is (99,2,5). Sum of RGB (Red+Green+Blue) = 99+2+5=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630205 is #9CFDFA. Grayscale: #1F1F1F. Windows color (decimal): -10288635 or 328291. OLE color: 328291.
HSL color Cylindrical-coordinate representation of color #630205: hue angle of 358.14º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.61 |
| HSL | 358.14º | 0.96% | 0.2% | - |
| HSV(B) | 358.14º | 0.98% | 0.39% | - |
| XYZ | 5.19 | 2.71 | 0.39 | - |
| YUV | 31.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 5 | 0 | 0.98 | 0.95 | 0.61 | 358.14 | 0.96 | 0.2 |
| Hex | 63 | 2 | 5 | 0 | 62 | 5F | 3D | 166 | 60 | 14 |
| Octal | 143 | 2 | 5 | 0 | 142 | 137 | 75 | 546 | 140 | 24 |
| Binary | 1100011 | 10 | 101 | 0 | 1100010 | 1011111 | 111101 | 101100110 | 1100000 | 10100 |
Color Harmonies of #630205
Complementary color
Monochromatic Colors of #630205
Black with #630205
Text Example
Text Example
White with #630205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630205; }
p { color: rgb(99,2,5); }
H1.HeaderClassName
{
color: #630205;
}
.AnyTagClassName
{
color: #630205;
}
</style>
background-color css
<style>
a { background-color: #630205; }
a { background-color: rgb(99,2,5); }
div.DivClassName
{
background-color: #630205;
}
.BgClassName
{
background-color: #630205;
}
</style>
border-color css
<style>
span { border-color: #630205; }
span { border-color: rgb(99,2,5); }
td.TdClassName
{
border-color: #630205;
}
.TagClassName
{
border-color: #630205;
}
</style>