Shades of Pohutukawa #630F2E
Tints of Pohutukawa #630F2E
RGB
CMYK
RGB Variations
Color information
#630F2E (or 0x630F2E) is known color: Pohutukawa. HEX triplet: 63, 0F and 2E. RGB value is (99,15,46). Sum of RGB (Red+Green+Blue) = 99+15+46=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #630F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F2E is #9CF0D1. Grayscale: #2B2B2B. Windows color (decimal): -10285266 or 3018595. OLE color: 3018595.
HSL color Cylindrical-coordinate representation of color #630F2E: hue angle of 337.86º 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 #630F2E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 46 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.61 |
| HSL | 337.86º | 0.74% | 0.22% | - |
| HSV(B) | 337.86º | 0.85% | 0.39% | - |
| XYZ | 5.81 | 3.19 | 2.89 | - |
| YUV | 43.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 46 | 0 | 0.85 | 0.54 | 0.61 | 337.86 | 0.74 | 0.22 |
| Hex | 63 | F | 2E | 0 | 55 | 36 | 3D | 152 | 4A | 16 |
| Octal | 143 | 17 | 56 | 0 | 125 | 66 | 75 | 522 | 112 | 26 |
| Binary | 1100011 | 1111 | 101110 | 0 | 1010101 | 110110 | 111101 | 101010010 | 1001010 | 10110 |
Color Harmonies of #630F2E
Complementary color
Monochromatic Colors of #630F2E
Black with #630F2E
Text Example
Text Example
White with #630F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F2E; }
p { color: rgb(99,15,46); }
H1.HeaderClassName
{
color: #630F2E;
}
.AnyTagClassName
{
color: #630F2E;
}
</style>
background-color css
<style>
a { background-color: #630F2E; }
a { background-color: rgb(99,15,46); }
div.DivClassName
{
background-color: #630F2E;
}
.BgClassName
{
background-color: #630F2E;
}
</style>
border-color css
<style>
span { border-color: #630F2E; }
span { border-color: rgb(99,15,46); }
td.TdClassName
{
border-color: #630F2E;
}
.TagClassName
{
border-color: #630F2E;
}
</style>