Shades of Pohutukawa #630E1C
Tints of Pohutukawa #630E1C
RGB
CMYK
RGB Variations
Color information
#630E1C (or 0x630E1C) is known color: Pohutukawa. HEX triplet: 63, 0E and 1C. RGB value is (99,14,28). Sum of RGB (Red+Green+Blue) = 99+14+28=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E1C is #9CF1E3. Grayscale: #292929. Windows color (decimal): -10285540 or 1838691. OLE color: 1838691.
HSL color Cylindrical-coordinate representation of color #630E1C: hue angle of 350.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E1C is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 14 | 28 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.61 |
| HSL | 350.12º | 0.75% | 0.22% | - |
| HSV(B) | 350.12º | 0.86% | 0.39% | - |
| XYZ | 5.51 | 3.05 | 1.4 | - |
| YUV | 41.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 28 | 0 | 0.86 | 0.72 | 0.61 | 350.12 | 0.75 | 0.22 |
| Hex | 63 | E | 1C | 0 | 56 | 48 | 3D | 15E | 4B | 16 |
| Octal | 143 | 16 | 34 | 0 | 126 | 110 | 75 | 536 | 113 | 26 |
| Binary | 1100011 | 1110 | 11100 | 0 | 1010110 | 1001000 | 111101 | 101011110 | 1001011 | 10110 |
Color Harmonies of #630E1C
Complementary color
Monochromatic Colors of #630E1C
Black with #630E1C
Text Example
Text Example
White with #630E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E1C; }
p { color: rgb(99,14,28); }
H1.HeaderClassName
{
color: #630E1C;
}
.AnyTagClassName
{
color: #630E1C;
}
</style>
background-color css
<style>
a { background-color: #630E1C; }
a { background-color: rgb(99,14,28); }
div.DivClassName
{
background-color: #630E1C;
}
.BgClassName
{
background-color: #630E1C;
}
</style>
border-color css
<style>
span { border-color: #630E1C; }
span { border-color: rgb(99,14,28); }
td.TdClassName
{
border-color: #630E1C;
}
.TagClassName
{
border-color: #630E1C;
}
</style>