Shades of Pohutukawa #632229
Tints of Pohutukawa #632229
RGB
CMYK
RGB Variations
Color information
#632229 (or 0x632229) is known color: Pohutukawa. HEX triplet: 63, 22 and 29. RGB value is (99,34,41). Sum of RGB (Red+Green+Blue) = 99+34+41=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #632229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632229 is #9CDDD6. Grayscale: #363636. Windows color (decimal): -10280407 or 2695779. OLE color: 2695779.
HSL color Cylindrical-coordinate representation of color #632229: hue angle of 353.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632229 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 41 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.61 |
| HSL | 353.54º | 0.49% | 0.26% | - |
| HSV(B) | 353.54º | 0.66% | 0.39% | - |
| XYZ | 6.12 | 3.96 | 2.54 | - |
| YUV | 54.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 41 | 0 | 0.66 | 0.59 | 0.61 | 353.54 | 0.49 | 0.26 |
| Hex | 63 | 22 | 29 | 0 | 42 | 3B | 3D | 162 | 31 | 1A |
| Octal | 143 | 42 | 51 | 0 | 102 | 73 | 75 | 542 | 61 | 32 |
| Binary | 1100011 | 100010 | 101001 | 0 | 1000010 | 111011 | 111101 | 101100010 | 110001 | 11010 |
Color Harmonies of #632229
Complementary color
Monochromatic Colors of #632229
Black with #632229
Text Example
Text Example
White with #632229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632229; }
p { color: rgb(99,34,41); }
H1.HeaderClassName
{
color: #632229;
}
.AnyTagClassName
{
color: #632229;
}
</style>
background-color css
<style>
a { background-color: #632229; }
a { background-color: rgb(99,34,41); }
div.DivClassName
{
background-color: #632229;
}
.BgClassName
{
background-color: #632229;
}
</style>
border-color css
<style>
span { border-color: #632229; }
span { border-color: rgb(99,34,41); }
td.TdClassName
{
border-color: #632229;
}
.TagClassName
{
border-color: #632229;
}
</style>