Shades of Pohutukawa #630F1E
Tints of Pohutukawa #630F1E
RGB
CMYK
RGB Variations
Color information
#630F1E (or 0x630F1E) is known color: Pohutukawa. HEX triplet: 63, 0F and 1E. RGB value is (99,15,30). Sum of RGB (Red+Green+Blue) = 99+15+30=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #630F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F1E is #9CF0E1. Grayscale: #292929. Windows color (decimal): -10285282 or 1970019. OLE color: 1970019.
HSL color Cylindrical-coordinate representation of color #630F1E: hue angle of 349.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F1E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 30 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.61 |
| HSL | 349.29º | 0.74% | 0.22% | - |
| HSV(B) | 349.29º | 0.85% | 0.39% | - |
| XYZ | 5.55 | 3.09 | 1.53 | - |
| YUV | 41.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 30 | 0 | 0.85 | 0.70 | 0.61 | 349.29 | 0.74 | 0.22 |
| Hex | 63 | F | 1E | 0 | 55 | 46 | 3D | 15D | 4A | 16 |
| Octal | 143 | 17 | 36 | 0 | 125 | 106 | 75 | 535 | 112 | 26 |
| Binary | 1100011 | 1111 | 11110 | 0 | 1010101 | 1000110 | 111101 | 101011101 | 1001010 | 10110 |
Color Harmonies of #630F1E
Complementary color
Monochromatic Colors of #630F1E
Black with #630F1E
Text Example
Text Example
White with #630F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F1E; }
p { color: rgb(99,15,30); }
H1.HeaderClassName
{
color: #630F1E;
}
.AnyTagClassName
{
color: #630F1E;
}
</style>
background-color css
<style>
a { background-color: #630F1E; }
a { background-color: rgb(99,15,30); }
div.DivClassName
{
background-color: #630F1E;
}
.BgClassName
{
background-color: #630F1E;
}
</style>
border-color css
<style>
span { border-color: #630F1E; }
span { border-color: rgb(99,15,30); }
td.TdClassName
{
border-color: #630F1E;
}
.TagClassName
{
border-color: #630F1E;
}
</style>