Shades of Pohutukawa #63172A
Tints of Pohutukawa #63172A
RGB
CMYK
RGB Variations
Color information
#63172A (or 0x63172A) is known color: Pohutukawa. HEX triplet: 63, 17 and 2A. RGB value is (99,23,42). Sum of RGB (Red+Green+Blue) = 99+23+42=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63172A is #9CE8D5. Grayscale: #2F2F2F. Windows color (decimal): -10283222 or 2758499. OLE color: 2758499.
HSL color Cylindrical-coordinate representation of color #63172A: hue angle of 345º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63172A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 42 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.61 |
| HSL | 345º | 0.62% | 0.24% | - |
| HSV(B) | 345º | 0.77% | 0.39% | - |
| XYZ | 5.87 | 3.43 | 2.54 | - |
| YUV | 47.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 42 | 0 | 0.77 | 0.58 | 0.61 | 345 | 0.62 | 0.24 |
| Hex | 63 | 17 | 2A | 0 | 4D | 3A | 3D | 159 | 3E | 18 |
| Octal | 143 | 27 | 52 | 0 | 115 | 72 | 75 | 531 | 76 | 30 |
| Binary | 1100011 | 10111 | 101010 | 0 | 1001101 | 111010 | 111101 | 101011001 | 111110 | 11000 |
Color Harmonies of #63172A
Complementary color
Monochromatic Colors of #63172A
Black with #63172A
Text Example
Text Example
White with #63172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63172A; }
p { color: rgb(99,23,42); }
H1.HeaderClassName
{
color: #63172A;
}
.AnyTagClassName
{
color: #63172A;
}
</style>
background-color css
<style>
a { background-color: #63172A; }
a { background-color: rgb(99,23,42); }
div.DivClassName
{
background-color: #63172A;
}
.BgClassName
{
background-color: #63172A;
}
</style>
border-color css
<style>
span { border-color: #63172A; }
span { border-color: rgb(99,23,42); }
td.TdClassName
{
border-color: #63172A;
}
.TagClassName
{
border-color: #63172A;
}
</style>