Shades of Pohutukawa #630F2D
Tints of Pohutukawa #630F2D
RGB
CMYK
RGB Variations
Color information
#630F2D (or 0x630F2D) is known color: Pohutukawa. HEX triplet: 63, 0F and 2D. RGB value is (99,15,45). Sum of RGB (Red+Green+Blue) = 99+15+45=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #630F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F2D is #9CF0D2. Grayscale: #2B2B2B. Windows color (decimal): -10285267 or 2953059. OLE color: 2953059.
HSL color Cylindrical-coordinate representation of color #630F2D: hue angle of 338.57º 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 #630F2D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 45 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.61 |
| HSL | 338.57º | 0.74% | 0.22% | - |
| HSV(B) | 338.57º | 0.85% | 0.39% | - |
| XYZ | 5.79 | 3.18 | 2.79 | - |
| YUV | 43.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 45 | 0 | 0.85 | 0.55 | 0.61 | 338.57 | 0.74 | 0.22 |
| Hex | 63 | F | 2D | 0 | 55 | 37 | 3D | 153 | 4A | 16 |
| Octal | 143 | 17 | 55 | 0 | 125 | 67 | 75 | 523 | 112 | 26 |
| Binary | 1100011 | 1111 | 101101 | 0 | 1010101 | 110111 | 111101 | 101010011 | 1001010 | 10110 |
Color Harmonies of #630F2D
Complementary color
Monochromatic Colors of #630F2D
Black with #630F2D
Text Example
Text Example
White with #630F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F2D; }
p { color: rgb(99,15,45); }
H1.HeaderClassName
{
color: #630F2D;
}
.AnyTagClassName
{
color: #630F2D;
}
</style>
background-color css
<style>
a { background-color: #630F2D; }
a { background-color: rgb(99,15,45); }
div.DivClassName
{
background-color: #630F2D;
}
.BgClassName
{
background-color: #630F2D;
}
</style>
border-color css
<style>
span { border-color: #630F2D; }
span { border-color: rgb(99,15,45); }
td.TdClassName
{
border-color: #630F2D;
}
.TagClassName
{
border-color: #630F2D;
}
</style>