Shades of Pohutukawa #63171B
Tints of Pohutukawa #63171B
RGB
CMYK
RGB Variations
Color information
#63171B (or 0x63171B) is known color: Pohutukawa. HEX triplet: 63, 17 and 1B. RGB value is (99,23,27). Sum of RGB (Red+Green+Blue) = 99+23+27=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63171B is #9CE8E4. Grayscale: #2E2E2E. Windows color (decimal): -10283237 or 1775459. OLE color: 1775459.
HSL color Cylindrical-coordinate representation of color #63171B: hue angle of 356.84º 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 #63171B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 27 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.61 |
| HSL | 356.84º | 0.62% | 0.24% | - |
| HSV(B) | 356.84º | 0.77% | 0.39% | - |
| XYZ | 5.65 | 3.34 | 1.38 | - |
| YUV | 46.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 27 | 0 | 0.77 | 0.73 | 0.61 | 356.84 | 0.62 | 0.24 |
| Hex | 63 | 17 | 1B | 0 | 4D | 49 | 3D | 165 | 3E | 18 |
| Octal | 143 | 27 | 33 | 0 | 115 | 111 | 75 | 545 | 76 | 30 |
| Binary | 1100011 | 10111 | 11011 | 0 | 1001101 | 1001001 | 111101 | 101100101 | 111110 | 11000 |
Color Harmonies of #63171B
Complementary color
Monochromatic Colors of #63171B
Black with #63171B
Text Example
Text Example
White with #63171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63171B; }
p { color: rgb(99,23,27); }
H1.HeaderClassName
{
color: #63171B;
}
.AnyTagClassName
{
color: #63171B;
}
</style>
background-color css
<style>
a { background-color: #63171B; }
a { background-color: rgb(99,23,27); }
div.DivClassName
{
background-color: #63171B;
}
.BgClassName
{
background-color: #63171B;
}
</style>
border-color css
<style>
span { border-color: #63171B; }
span { border-color: rgb(99,23,27); }
td.TdClassName
{
border-color: #63171B;
}
.TagClassName
{
border-color: #63171B;
}
</style>