Shades of Pohutukawa #63222B
Tints of Pohutukawa #63222B
RGB
CMYK
RGB Variations
Color information
#63222B (or 0x63222B) is known color: Pohutukawa. HEX triplet: 63, 22 and 2B. RGB value is (99,34,43). Sum of RGB (Red+Green+Blue) = 99+34+43=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63222B is #9CDDD4. Grayscale: #363636. Windows color (decimal): -10280405 or 2826851. OLE color: 2826851.
HSL color Cylindrical-coordinate representation of color #63222B: hue angle of 351.69º 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 #63222B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 43 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.61 |
| HSL | 351.69º | 0.49% | 0.26% | - |
| HSV(B) | 351.69º | 0.66% | 0.39% | - |
| XYZ | 6.15 | 3.97 | 2.73 | - |
| YUV | 54.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 43 | 0 | 0.66 | 0.57 | 0.61 | 351.69 | 0.49 | 0.26 |
| Hex | 63 | 22 | 2B | 0 | 42 | 39 | 3D | 160 | 31 | 1A |
| Octal | 143 | 42 | 53 | 0 | 102 | 71 | 75 | 540 | 61 | 32 |
| Binary | 1100011 | 100010 | 101011 | 0 | 1000010 | 111001 | 111101 | 101100000 | 110001 | 11010 |
Color Harmonies of #63222B
Complementary color
Monochromatic Colors of #63222B
Black with #63222B
Text Example
Text Example
White with #63222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63222B; }
p { color: rgb(99,34,43); }
H1.HeaderClassName
{
color: #63222B;
}
.AnyTagClassName
{
color: #63222B;
}
</style>
background-color css
<style>
a { background-color: #63222B; }
a { background-color: rgb(99,34,43); }
div.DivClassName
{
background-color: #63222B;
}
.BgClassName
{
background-color: #63222B;
}
</style>
border-color css
<style>
span { border-color: #63222B; }
span { border-color: rgb(99,34,43); }
td.TdClassName
{
border-color: #63222B;
}
.TagClassName
{
border-color: #63222B;
}
</style>