Shades of Pohutukawa #632129
Tints of Pohutukawa #632129
RGB
CMYK
RGB Variations
Color information
#632129 (or 0x632129) is known color: Pohutukawa. HEX triplet: 63, 21 and 29. RGB value is (99,33,41). Sum of RGB (Red+Green+Blue) = 99+33+41=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632129 is #9CDED6. Grayscale: #353535. Windows color (decimal): -10280663 or 2695523. OLE color: 2695523.
HSL color Cylindrical-coordinate representation of color #632129: hue angle of 352.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632129 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 41 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.61 |
| HSL | 352.73º | 0.5% | 0.26% | - |
| HSV(B) | 352.73º | 0.67% | 0.39% | - |
| XYZ | 6.09 | 3.9 | 2.53 | - |
| YUV | 53.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 41 | 0 | 0.67 | 0.59 | 0.61 | 352.73 | 0.5 | 0.26 |
| Hex | 63 | 21 | 29 | 0 | 43 | 3B | 3D | 161 | 32 | 1A |
| Octal | 143 | 41 | 51 | 0 | 103 | 73 | 75 | 541 | 62 | 32 |
| Binary | 1100011 | 100001 | 101001 | 0 | 1000011 | 111011 | 111101 | 101100001 | 110010 | 11010 |
Color Harmonies of #632129
Complementary color
Monochromatic Colors of #632129
Black with #632129
Text Example
Text Example
White with #632129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632129; }
p { color: rgb(99,33,41); }
H1.HeaderClassName
{
color: #632129;
}
.AnyTagClassName
{
color: #632129;
}
</style>
background-color css
<style>
a { background-color: #632129; }
a { background-color: rgb(99,33,41); }
div.DivClassName
{
background-color: #632129;
}
.BgClassName
{
background-color: #632129;
}
</style>
border-color css
<style>
span { border-color: #632129; }
span { border-color: rgb(99,33,41); }
td.TdClassName
{
border-color: #632129;
}
.TagClassName
{
border-color: #632129;
}
</style>