Shades of Pohutukawa #630C24
Tints of Pohutukawa #630C24
RGB
CMYK
RGB Variations
Color information
#630C24 (or 0x630C24) is known color: Pohutukawa. HEX triplet: 63, 0C and 24. RGB value is (99,12,36). Sum of RGB (Red+Green+Blue) = 99+12+36=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #630C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C24 is #9CF3DB. Grayscale: #282828. Windows color (decimal): -10286044 or 2362467. OLE color: 2362467.
HSL color Cylindrical-coordinate representation of color #630C24: hue angle of 343.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C24 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 36 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.61 |
| HSL | 343.45º | 0.78% | 0.22% | - |
| HSV(B) | 343.45º | 0.88% | 0.39% | - |
| XYZ | 5.6 | 3.04 | 1.96 | - |
| YUV | 40.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 36 | 0 | 0.88 | 0.64 | 0.61 | 343.45 | 0.78 | 0.22 |
| Hex | 63 | C | 24 | 0 | 58 | 40 | 3D | 157 | 4E | 16 |
| Octal | 143 | 14 | 44 | 0 | 130 | 100 | 75 | 527 | 116 | 26 |
| Binary | 1100011 | 1100 | 100100 | 0 | 1011000 | 1000000 | 111101 | 101010111 | 1001110 | 10110 |
Color Harmonies of #630C24
Complementary color
Monochromatic Colors of #630C24
Black with #630C24
Text Example
Text Example
White with #630C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C24; }
p { color: rgb(99,12,36); }
H1.HeaderClassName
{
color: #630C24;
}
.AnyTagClassName
{
color: #630C24;
}
</style>
background-color css
<style>
a { background-color: #630C24; }
a { background-color: rgb(99,12,36); }
div.DivClassName
{
background-color: #630C24;
}
.BgClassName
{
background-color: #630C24;
}
</style>
border-color css
<style>
span { border-color: #630C24; }
span { border-color: rgb(99,12,36); }
td.TdClassName
{
border-color: #630C24;
}
.TagClassName
{
border-color: #630C24;
}
</style>