Shades of Pohutukawa #630211
Tints of Pohutukawa #630211
RGB
CMYK
RGB Variations
Color information
#630211 (or 0x630211) is known color: Pohutukawa. HEX triplet: 63, 02 and 11. RGB value is (99,2,17). Sum of RGB (Red+Green+Blue) = 99+2+17=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630211 is #9CFDEE. Grayscale: #202020. Windows color (decimal): -10288623 or 1114723. OLE color: 1114723.
HSL color Cylindrical-coordinate representation of color #630211: hue angle of 350.72º 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 #630211 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.61 |
| HSL | 350.72º | 0.96% | 0.2% | - |
| HSV(B) | 350.72º | 0.98% | 0.39% | - |
| XYZ | 5.27 | 2.74 | 0.78 | - |
| YUV | 32.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 17 | 0 | 0.98 | 0.83 | 0.61 | 350.72 | 0.96 | 0.2 |
| Hex | 63 | 2 | 11 | 0 | 62 | 53 | 3D | 15F | 60 | 14 |
| Octal | 143 | 2 | 21 | 0 | 142 | 123 | 75 | 537 | 140 | 24 |
| Binary | 1100011 | 10 | 10001 | 0 | 1100010 | 1010011 | 111101 | 101011111 | 1100000 | 10100 |
Color Harmonies of #630211
Complementary color
Monochromatic Colors of #630211
Black with #630211
Text Example
Text Example
White with #630211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630211; }
p { color: rgb(99,2,17); }
H1.HeaderClassName
{
color: #630211;
}
.AnyTagClassName
{
color: #630211;
}
</style>
background-color css
<style>
a { background-color: #630211; }
a { background-color: rgb(99,2,17); }
div.DivClassName
{
background-color: #630211;
}
.BgClassName
{
background-color: #630211;
}
</style>
border-color css
<style>
span { border-color: #630211; }
span { border-color: rgb(99,2,17); }
td.TdClassName
{
border-color: #630211;
}
.TagClassName
{
border-color: #630211;
}
</style>