Shades of Pohutukawa #63041B
Tints of Pohutukawa #63041B
RGB
CMYK
RGB Variations
Color information
#63041B (or 0x63041B) is known color: Pohutukawa. HEX triplet: 63, 04 and 1B. RGB value is (99,4,27). Sum of RGB (Red+Green+Blue) = 99+4+27=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63041B is #9CFBE4. Grayscale: #232323. Windows color (decimal): -10288101 or 1770595. OLE color: 1770595.
HSL color Cylindrical-coordinate representation of color #63041B: hue angle of 345.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63041B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 27 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.61 |
| HSL | 345.47º | 0.92% | 0.2% | - |
| HSV(B) | 345.47º | 0.96% | 0.39% | - |
| XYZ | 5.39 | 2.82 | 1.3 | - |
| YUV | 35.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 27 | 0 | 0.96 | 0.73 | 0.61 | 345.47 | 0.92 | 0.2 |
| Hex | 63 | 4 | 1B | 0 | 60 | 49 | 3D | 159 | 5C | 14 |
| Octal | 143 | 4 | 33 | 0 | 140 | 111 | 75 | 531 | 134 | 24 |
| Binary | 1100011 | 100 | 11011 | 0 | 1100000 | 1001001 | 111101 | 101011001 | 1011100 | 10100 |
Color Harmonies of #63041B
Complementary color
Monochromatic Colors of #63041B
Black with #63041B
Text Example
Text Example
White with #63041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63041B; }
p { color: rgb(99,4,27); }
H1.HeaderClassName
{
color: #63041B;
}
.AnyTagClassName
{
color: #63041B;
}
</style>
background-color css
<style>
a { background-color: #63041B; }
a { background-color: rgb(99,4,27); }
div.DivClassName
{
background-color: #63041B;
}
.BgClassName
{
background-color: #63041B;
}
</style>
border-color css
<style>
span { border-color: #63041B; }
span { border-color: rgb(99,4,27); }
td.TdClassName
{
border-color: #63041B;
}
.TagClassName
{
border-color: #63041B;
}
</style>