Shades of Pohutukawa #632228
Tints of Pohutukawa #632228
RGB
CMYK
RGB Variations
Color information
#632228 (or 0x632228) is known color: Pohutukawa. HEX triplet: 63, 22 and 28. RGB value is (99,34,40). Sum of RGB (Red+Green+Blue) = 99+34+40=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632228 is #9CDDD7. Grayscale: #363636. Windows color (decimal): -10280408 or 2630243. OLE color: 2630243.
HSL color Cylindrical-coordinate representation of color #632228: hue angle of 354.46º 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 #632228 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 40 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.61 |
| HSL | 354.46º | 0.49% | 0.26% | - |
| HSV(B) | 354.46º | 0.66% | 0.39% | - |
| XYZ | 6.1 | 3.95 | 2.45 | - |
| YUV | 54.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 40 | 0 | 0.66 | 0.60 | 0.61 | 354.46 | 0.49 | 0.26 |
| Hex | 63 | 22 | 28 | 0 | 42 | 3C | 3D | 162 | 31 | 1A |
| Octal | 143 | 42 | 50 | 0 | 102 | 74 | 75 | 542 | 61 | 32 |
| Binary | 1100011 | 100010 | 101000 | 0 | 1000010 | 111100 | 111101 | 101100010 | 110001 | 11010 |
Color Harmonies of #632228
Complementary color
Monochromatic Colors of #632228
Black with #632228
Text Example
Text Example
White with #632228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632228; }
p { color: rgb(99,34,40); }
H1.HeaderClassName
{
color: #632228;
}
.AnyTagClassName
{
color: #632228;
}
</style>
background-color css
<style>
a { background-color: #632228; }
a { background-color: rgb(99,34,40); }
div.DivClassName
{
background-color: #632228;
}
.BgClassName
{
background-color: #632228;
}
</style>
border-color css
<style>
span { border-color: #632228; }
span { border-color: rgb(99,34,40); }
td.TdClassName
{
border-color: #632228;
}
.TagClassName
{
border-color: #632228;
}
</style>