Shades of Pohutukawa #631122
Tints of Pohutukawa #631122
RGB
CMYK
RGB Variations
Color information
#631122 (or 0x631122) is known color: Pohutukawa. HEX triplet: 63, 11 and 22. RGB value is (99,17,34). Sum of RGB (Red+Green+Blue) = 99+17+34=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #631122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631122 is #9CEEDD. Grayscale: #2B2B2B. Windows color (decimal): -10284766 or 2232675. OLE color: 2232675.
HSL color Cylindrical-coordinate representation of color #631122: hue angle of 347.56º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631122 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 34 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.61 |
| HSL | 347.56º | 0.71% | 0.23% | - |
| HSV(B) | 347.56º | 0.83% | 0.39% | - |
| XYZ | 5.63 | 3.17 | 1.83 | - |
| YUV | 43.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 34 | 0 | 0.83 | 0.66 | 0.61 | 347.56 | 0.71 | 0.23 |
| Hex | 63 | 11 | 22 | 0 | 53 | 42 | 3D | 15C | 47 | 17 |
| Octal | 143 | 21 | 42 | 0 | 123 | 102 | 75 | 534 | 107 | 27 |
| Binary | 1100011 | 10001 | 100010 | 0 | 1010011 | 1000010 | 111101 | 101011100 | 1000111 | 10111 |
Color Harmonies of #631122
Complementary color
Monochromatic Colors of #631122
Black with #631122
Text Example
Text Example
White with #631122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631122; }
p { color: rgb(99,17,34); }
H1.HeaderClassName
{
color: #631122;
}
.AnyTagClassName
{
color: #631122;
}
</style>
background-color css
<style>
a { background-color: #631122; }
a { background-color: rgb(99,17,34); }
div.DivClassName
{
background-color: #631122;
}
.BgClassName
{
background-color: #631122;
}
</style>
border-color css
<style>
span { border-color: #631122; }
span { border-color: rgb(99,17,34); }
td.TdClassName
{
border-color: #631122;
}
.TagClassName
{
border-color: #631122;
}
</style>