Shades of Pohutukawa #632029
Tints of Pohutukawa #632029
RGB
CMYK
RGB Variations
Color information
#632029 (or 0x632029) is known color: Pohutukawa. HEX triplet: 63, 20 and 29. RGB value is (99,32,41). Sum of RGB (Red+Green+Blue) = 99+32+41=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632029 is #9CDFD6. Grayscale: #353535. Windows color (decimal): -10280919 or 2695267. OLE color: 2695267.
HSL color Cylindrical-coordinate representation of color #632029: hue angle of 351.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632029 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 41 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.61 |
| HSL | 351.94º | 0.51% | 0.26% | - |
| HSV(B) | 351.94º | 0.68% | 0.39% | - |
| XYZ | 6.06 | 3.85 | 2.52 | - |
| YUV | 53.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 41 | 0 | 0.68 | 0.59 | 0.61 | 351.94 | 0.51 | 0.26 |
| Hex | 63 | 20 | 29 | 0 | 44 | 3B | 3D | 160 | 33 | 1A |
| Octal | 143 | 40 | 51 | 0 | 104 | 73 | 75 | 540 | 63 | 32 |
| Binary | 1100011 | 100000 | 101001 | 0 | 1000100 | 111011 | 111101 | 101100000 | 110011 | 11010 |
Color Harmonies of #632029
Complementary color
Monochromatic Colors of #632029
Black with #632029
Text Example
Text Example
White with #632029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632029; }
p { color: rgb(99,32,41); }
H1.HeaderClassName
{
color: #632029;
}
.AnyTagClassName
{
color: #632029;
}
</style>
background-color css
<style>
a { background-color: #632029; }
a { background-color: rgb(99,32,41); }
div.DivClassName
{
background-color: #632029;
}
.BgClassName
{
background-color: #632029;
}
</style>
border-color css
<style>
span { border-color: #632029; }
span { border-color: rgb(99,32,41); }
td.TdClassName
{
border-color: #632029;
}
.TagClassName
{
border-color: #632029;
}
</style>