Shades of Pohutukawa #630D1D
Tints of Pohutukawa #630D1D
RGB
CMYK
RGB Variations
Color information
#630D1D (or 0x630D1D) is known color: Pohutukawa. HEX triplet: 63, 0D and 1D. RGB value is (99,13,29). Sum of RGB (Red+Green+Blue) = 99+13+29=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D1D is #9CF2E2. Grayscale: #282828. Windows color (decimal): -10285795 or 1903971. OLE color: 1903971.
HSL color Cylindrical-coordinate representation of color #630D1D: hue angle of 348.84º 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 #630D1D is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 29 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.61 |
| HSL | 348.84º | 0.77% | 0.22% | - |
| HSV(B) | 348.84º | 0.87% | 0.39% | - |
| XYZ | 5.51 | 3.03 | 1.46 | - |
| YUV | 40.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 29 | 0 | 0.87 | 0.71 | 0.61 | 348.84 | 0.77 | 0.22 |
| Hex | 63 | D | 1D | 0 | 57 | 47 | 3D | 15D | 4D | 16 |
| Octal | 143 | 15 | 35 | 0 | 127 | 107 | 75 | 535 | 115 | 26 |
| Binary | 1100011 | 1101 | 11101 | 0 | 1010111 | 1000111 | 111101 | 101011101 | 1001101 | 10110 |
Color Harmonies of #630D1D
Complementary color
Monochromatic Colors of #630D1D
Black with #630D1D
Text Example
Text Example
White with #630D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D1D; }
p { color: rgb(99,13,29); }
H1.HeaderClassName
{
color: #630D1D;
}
.AnyTagClassName
{
color: #630D1D;
}
</style>
background-color css
<style>
a { background-color: #630D1D; }
a { background-color: rgb(99,13,29); }
div.DivClassName
{
background-color: #630D1D;
}
.BgClassName
{
background-color: #630D1D;
}
</style>
border-color css
<style>
span { border-color: #630D1D; }
span { border-color: rgb(99,13,29); }
td.TdClassName
{
border-color: #630D1D;
}
.TagClassName
{
border-color: #630D1D;
}
</style>