Shades of Pohutukawa #630B11
Tints of Pohutukawa #630B11
RGB
CMYK
RGB Variations
Color information
#630B11 (or 0x630B11) is known color: Pohutukawa. HEX triplet: 63, 0B and 11. RGB value is (99,11,17). Sum of RGB (Red+Green+Blue) = 99+11+17=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #630B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630B11 is #9CF4EE. Grayscale: #262626. Windows color (decimal): -10286319 or 1117027. OLE color: 1117027.
HSL color Cylindrical-coordinate representation of color #630B11: hue angle of 355.91º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B11 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 17 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.61 |
| HSL | 355.91º | 0.8% | 0.22% | - |
| HSV(B) | 355.91º | 0.89% | 0.39% | - |
| XYZ | 5.37 | 2.93 | 0.81 | - |
| YUV | 38 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 17 | 0 | 0.89 | 0.83 | 0.61 | 355.91 | 0.8 | 0.22 |
| Hex | 63 | B | 11 | 0 | 59 | 53 | 3D | 164 | 50 | 16 |
| Octal | 143 | 13 | 21 | 0 | 131 | 123 | 75 | 544 | 120 | 26 |
| Binary | 1100011 | 1011 | 10001 | 0 | 1011001 | 1010011 | 111101 | 101100100 | 1010000 | 10110 |
Color Harmonies of #630B11
Complementary color
Monochromatic Colors of #630B11
Black with #630B11
Text Example
Text Example
White with #630B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B11; }
p { color: rgb(99,11,17); }
H1.HeaderClassName
{
color: #630B11;
}
.AnyTagClassName
{
color: #630B11;
}
</style>
background-color css
<style>
a { background-color: #630B11; }
a { background-color: rgb(99,11,17); }
div.DivClassName
{
background-color: #630B11;
}
.BgClassName
{
background-color: #630B11;
}
</style>
border-color css
<style>
span { border-color: #630B11; }
span { border-color: rgb(99,11,17); }
td.TdClassName
{
border-color: #630B11;
}
.TagClassName
{
border-color: #630B11;
}
</style>