Shades of Pohutukawa #630D12
Tints of Pohutukawa #630D12
RGB
CMYK
RGB Variations
Color information
#630D12 (or 0x630D12) is known color: Pohutukawa. HEX triplet: 63, 0D and 12. RGB value is (99,13,18). Sum of RGB (Red+Green+Blue) = 99+13+18=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #630D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D12 is #9CF2ED. Grayscale: #272727. Windows color (decimal): -10285806 or 1183075. OLE color: 1183075.
HSL color Cylindrical-coordinate representation of color #630D12: hue angle of 356.51º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D12 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 18 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.61 |
| HSL | 356.51º | 0.77% | 0.22% | - |
| HSV(B) | 356.51º | 0.87% | 0.39% | - |
| XYZ | 5.4 | 2.98 | 0.86 | - |
| YUV | 39.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 18 | 0 | 0.87 | 0.82 | 0.61 | 356.51 | 0.77 | 0.22 |
| Hex | 63 | D | 12 | 0 | 57 | 52 | 3D | 165 | 4D | 16 |
| Octal | 143 | 15 | 22 | 0 | 127 | 122 | 75 | 545 | 115 | 26 |
| Binary | 1100011 | 1101 | 10010 | 0 | 1010111 | 1010010 | 111101 | 101100101 | 1001101 | 10110 |
Color Harmonies of #630D12
Complementary color
Monochromatic Colors of #630D12
Black with #630D12
Text Example
Text Example
White with #630D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D12; }
p { color: rgb(99,13,18); }
H1.HeaderClassName
{
color: #630D12;
}
.AnyTagClassName
{
color: #630D12;
}
</style>
background-color css
<style>
a { background-color: #630D12; }
a { background-color: rgb(99,13,18); }
div.DivClassName
{
background-color: #630D12;
}
.BgClassName
{
background-color: #630D12;
}
</style>
border-color css
<style>
span { border-color: #630D12; }
span { border-color: rgb(99,13,18); }
td.TdClassName
{
border-color: #630D12;
}
.TagClassName
{
border-color: #630D12;
}
</style>