Shades of Pohutukawa #630D2C
Tints of Pohutukawa #630D2C
RGB
CMYK
RGB Variations
Color information
#630D2C (or 0x630D2C) is known color: Pohutukawa. HEX triplet: 63, 0D and 2C. RGB value is (99,13,44). Sum of RGB (Red+Green+Blue) = 99+13+44=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D2C is #9CF2D3. Grayscale: #2A2A2A. Windows color (decimal): -10285780 or 2887011. OLE color: 2887011.
HSL color Cylindrical-coordinate representation of color #630D2C: hue angle of 338.37º 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 #630D2C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 44 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.61 |
| HSL | 338.37º | 0.77% | 0.22% | - |
| HSV(B) | 338.37º | 0.87% | 0.39% | - |
| XYZ | 5.74 | 3.12 | 2.68 | - |
| YUV | 42.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 44 | 0 | 0.87 | 0.56 | 0.61 | 338.37 | 0.77 | 0.22 |
| Hex | 63 | D | 2C | 0 | 57 | 38 | 3D | 152 | 4D | 16 |
| Octal | 143 | 15 | 54 | 0 | 127 | 70 | 75 | 522 | 115 | 26 |
| Binary | 1100011 | 1101 | 101100 | 0 | 1010111 | 111000 | 111101 | 101010010 | 1001101 | 10110 |
Color Harmonies of #630D2C
Complementary color
Monochromatic Colors of #630D2C
Black with #630D2C
Text Example
Text Example
White with #630D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D2C; }
p { color: rgb(99,13,44); }
H1.HeaderClassName
{
color: #630D2C;
}
.AnyTagClassName
{
color: #630D2C;
}
</style>
background-color css
<style>
a { background-color: #630D2C; }
a { background-color: rgb(99,13,44); }
div.DivClassName
{
background-color: #630D2C;
}
.BgClassName
{
background-color: #630D2C;
}
</style>
border-color css
<style>
span { border-color: #630D2C; }
span { border-color: rgb(99,13,44); }
td.TdClassName
{
border-color: #630D2C;
}
.TagClassName
{
border-color: #630D2C;
}
</style>