Shades of Pohutukawa #630C15
Tints of Pohutukawa #630C15
RGB
CMYK
RGB Variations
Color information
#630C15 (or 0x630C15) is known color: Pohutukawa. HEX triplet: 63, 0C and 15. RGB value is (99,12,21). Sum of RGB (Red+Green+Blue) = 99+12+21=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630C15 is #9CF3EA. Grayscale: #272727. Windows color (decimal): -10286059 or 1379427. OLE color: 1379427.
HSL color Cylindrical-coordinate representation of color #630C15: hue angle of 353.79º 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 #630C15 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 21 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.61 |
| HSL | 353.79º | 0.78% | 0.22% | - |
| HSV(B) | 353.79º | 0.88% | 0.39% | - |
| XYZ | 5.41 | 2.97 | 1 | - |
| YUV | 39.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 21 | 0 | 0.88 | 0.79 | 0.61 | 353.79 | 0.78 | 0.22 |
| Hex | 63 | C | 15 | 0 | 58 | 4F | 3D | 162 | 4E | 16 |
| Octal | 143 | 14 | 25 | 0 | 130 | 117 | 75 | 542 | 116 | 26 |
| Binary | 1100011 | 1100 | 10101 | 0 | 1011000 | 1001111 | 111101 | 101100010 | 1001110 | 10110 |
Color Harmonies of #630C15
Complementary color
Monochromatic Colors of #630C15
Black with #630C15
Text Example
Text Example
White with #630C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C15; }
p { color: rgb(99,12,21); }
H1.HeaderClassName
{
color: #630C15;
}
.AnyTagClassName
{
color: #630C15;
}
</style>
background-color css
<style>
a { background-color: #630C15; }
a { background-color: rgb(99,12,21); }
div.DivClassName
{
background-color: #630C15;
}
.BgClassName
{
background-color: #630C15;
}
</style>
border-color css
<style>
span { border-color: #630C15; }
span { border-color: rgb(99,12,21); }
td.TdClassName
{
border-color: #630C15;
}
.TagClassName
{
border-color: #630C15;
}
</style>