Shades of Pohutukawa #630A24
Tints of Pohutukawa #630A24
RGB
CMYK
RGB Variations
Color information
#630A24 (or 0x630A24) is known color: Pohutukawa. HEX triplet: 63, 0A and 24. RGB value is (99,10,36). Sum of RGB (Red+Green+Blue) = 99+10+36=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A24 is #9CF5DB. Grayscale: #272727. Windows color (decimal): -10286556 or 2361955. OLE color: 2361955.
HSL color Cylindrical-coordinate representation of color #630A24: hue angle of 342.47º 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 #630A24 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 36 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.61 |
| HSL | 342.47º | 0.82% | 0.21% | - |
| HSV(B) | 342.47º | 0.9% | 0.39% | - |
| XYZ | 5.57 | 3 | 1.95 | - |
| YUV | 39.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 36 | 0 | 0.90 | 0.64 | 0.61 | 342.47 | 0.82 | 0.21 |
| Hex | 63 | A | 24 | 0 | 5A | 40 | 3D | 156 | 52 | 15 |
| Octal | 143 | 12 | 44 | 0 | 132 | 100 | 75 | 526 | 122 | 25 |
| Binary | 1100011 | 1010 | 100100 | 0 | 1011010 | 1000000 | 111101 | 101010110 | 1010010 | 10101 |
Color Harmonies of #630A24
Complementary color
Monochromatic Colors of #630A24
Black with #630A24
Text Example
Text Example
White with #630A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A24; }
p { color: rgb(99,10,36); }
H1.HeaderClassName
{
color: #630A24;
}
.AnyTagClassName
{
color: #630A24;
}
</style>
background-color css
<style>
a { background-color: #630A24; }
a { background-color: rgb(99,10,36); }
div.DivClassName
{
background-color: #630A24;
}
.BgClassName
{
background-color: #630A24;
}
</style>
border-color css
<style>
span { border-color: #630A24; }
span { border-color: rgb(99,10,36); }
td.TdClassName
{
border-color: #630A24;
}
.TagClassName
{
border-color: #630A24;
}
</style>