Shades of Pohutukawa #630B28
Tints of Pohutukawa #630B28
RGB
CMYK
RGB Variations
Color information
#630B28 (or 0x630B28) is known color: Pohutukawa. HEX triplet: 63, 0B and 28. RGB value is (99,11,40). Sum of RGB (Red+Green+Blue) = 99+11+40=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #630B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B28 is #9CF4D7. Grayscale: #282828. Windows color (decimal): -10286296 or 2624355. OLE color: 2624355.
HSL color Cylindrical-coordinate representation of color #630B28: hue angle of 340.23º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B28 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 40 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.61 |
| HSL | 340.23º | 0.8% | 0.22% | - |
| HSV(B) | 340.23º | 0.89% | 0.39% | - |
| XYZ | 5.65 | 3.05 | 2.3 | - |
| YUV | 40.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 40 | 0 | 0.89 | 0.60 | 0.61 | 340.23 | 0.8 | 0.22 |
| Hex | 63 | B | 28 | 0 | 59 | 3C | 3D | 154 | 50 | 16 |
| Octal | 143 | 13 | 50 | 0 | 131 | 74 | 75 | 524 | 120 | 26 |
| Binary | 1100011 | 1011 | 101000 | 0 | 1011001 | 111100 | 111101 | 101010100 | 1010000 | 10110 |
Color Harmonies of #630B28
Complementary color
Monochromatic Colors of #630B28
Black with #630B28
Text Example
Text Example
White with #630B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B28; }
p { color: rgb(99,11,40); }
H1.HeaderClassName
{
color: #630B28;
}
.AnyTagClassName
{
color: #630B28;
}
</style>
background-color css
<style>
a { background-color: #630B28; }
a { background-color: rgb(99,11,40); }
div.DivClassName
{
background-color: #630B28;
}
.BgClassName
{
background-color: #630B28;
}
</style>
border-color css
<style>
span { border-color: #630B28; }
span { border-color: rgb(99,11,40); }
td.TdClassName
{
border-color: #630B28;
}
.TagClassName
{
border-color: #630B28;
}
</style>