Shades of Pohutukawa #630209
Tints of Pohutukawa #630209
RGB
CMYK
RGB Variations
Color information
#630209 (or 0x630209) is known color: Pohutukawa. HEX triplet: 63, 02 and 09. RGB value is (99,2,9). Sum of RGB (Red+Green+Blue) = 99+2+9=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #630209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630209 is #9CFDF6. Grayscale: #1F1F1F. Windows color (decimal): -10288631 or 590435. OLE color: 590435.
HSL color Cylindrical-coordinate representation of color #630209: hue angle of 355.67º 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 #630209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.61 |
| HSL | 355.67º | 0.96% | 0.2% | - |
| HSV(B) | 355.67º | 0.98% | 0.39% | - |
| XYZ | 5.22 | 2.72 | 0.51 | - |
| YUV | 31.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 9 | 0 | 0.98 | 0.91 | 0.61 | 355.67 | 0.96 | 0.2 |
| Hex | 63 | 2 | 9 | 0 | 62 | 5B | 3D | 164 | 60 | 14 |
| Octal | 143 | 2 | 11 | 0 | 142 | 133 | 75 | 544 | 140 | 24 |
| Binary | 1100011 | 10 | 1001 | 0 | 1100010 | 1011011 | 111101 | 101100100 | 1100000 | 10100 |
Color Harmonies of #630209
Complementary color
Monochromatic Colors of #630209
Black with #630209
Text Example
Text Example
White with #630209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630209; }
p { color: rgb(99,2,9); }
H1.HeaderClassName
{
color: #630209;
}
.AnyTagClassName
{
color: #630209;
}
</style>
background-color css
<style>
a { background-color: #630209; }
a { background-color: rgb(99,2,9); }
div.DivClassName
{
background-color: #630209;
}
.BgClassName
{
background-color: #630209;
}
</style>
border-color css
<style>
span { border-color: #630209; }
span { border-color: rgb(99,2,9); }
td.TdClassName
{
border-color: #630209;
}
.TagClassName
{
border-color: #630209;
}
</style>