Shades of Pohutukawa #630A1D
Tints of Pohutukawa #630A1D
RGB
CMYK
RGB Variations
Color information
#630A1D (or 0x630A1D) is known color: Pohutukawa. HEX triplet: 63, 0A and 1D. RGB value is (99,10,29). Sum of RGB (Red+Green+Blue) = 99+10+29=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A1D is #9CF5E2. Grayscale: #262626. Windows color (decimal): -10286563 or 1903203. OLE color: 1903203.
HSL color Cylindrical-coordinate representation of color #630A1D: hue angle of 347.19º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A1D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 29 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.61 |
| HSL | 347.19º | 0.82% | 0.21% | - |
| HSV(B) | 347.19º | 0.9% | 0.39% | - |
| XYZ | 5.48 | 2.96 | 1.44 | - |
| YUV | 38.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 29 | 0 | 0.90 | 0.71 | 0.61 | 347.19 | 0.82 | 0.21 |
| Hex | 63 | A | 1D | 0 | 5A | 47 | 3D | 15B | 52 | 15 |
| Octal | 143 | 12 | 35 | 0 | 132 | 107 | 75 | 533 | 122 | 25 |
| Binary | 1100011 | 1010 | 11101 | 0 | 1011010 | 1000111 | 111101 | 101011011 | 1010010 | 10101 |
Color Harmonies of #630A1D
Complementary color
Monochromatic Colors of #630A1D
Black with #630A1D
Text Example
Text Example
White with #630A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A1D; }
p { color: rgb(99,10,29); }
H1.HeaderClassName
{
color: #630A1D;
}
.AnyTagClassName
{
color: #630A1D;
}
</style>
background-color css
<style>
a { background-color: #630A1D; }
a { background-color: rgb(99,10,29); }
div.DivClassName
{
background-color: #630A1D;
}
.BgClassName
{
background-color: #630A1D;
}
</style>
border-color css
<style>
span { border-color: #630A1D; }
span { border-color: rgb(99,10,29); }
td.TdClassName
{
border-color: #630A1D;
}
.TagClassName
{
border-color: #630A1D;
}
</style>