Shades of Pohutukawa #63051E
Tints of Pohutukawa #63051E
RGB
CMYK
RGB Variations
Color information
#63051E (or 0x63051E) is known color: Pohutukawa. HEX triplet: 63, 05 and 1E. RGB value is (99,5,30). Sum of RGB (Red+Green+Blue) = 99+5+30=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63051E is #9CFAE1. Grayscale: #232323. Windows color (decimal): -10287842 or 1967459. OLE color: 1967459.
HSL color Cylindrical-coordinate representation of color #63051E: hue angle of 344.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63051E is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 30 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.61 |
| HSL | 344.04º | 0.9% | 0.2% | - |
| HSV(B) | 344.04º | 0.95% | 0.39% | - |
| XYZ | 5.43 | 2.85 | 1.49 | - |
| YUV | 35.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 30 | 0 | 0.95 | 0.70 | 0.61 | 344.04 | 0.9 | 0.2 |
| Hex | 63 | 5 | 1E | 0 | 5F | 46 | 3D | 158 | 5A | 14 |
| Octal | 143 | 5 | 36 | 0 | 137 | 106 | 75 | 530 | 132 | 24 |
| Binary | 1100011 | 101 | 11110 | 0 | 1011111 | 1000110 | 111101 | 101011000 | 1011010 | 10100 |
Color Harmonies of #63051E
Complementary color
Monochromatic Colors of #63051E
Black with #63051E
Text Example
Text Example
White with #63051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63051E; }
p { color: rgb(99,5,30); }
H1.HeaderClassName
{
color: #63051E;
}
.AnyTagClassName
{
color: #63051E;
}
</style>
background-color css
<style>
a { background-color: #63051E; }
a { background-color: rgb(99,5,30); }
div.DivClassName
{
background-color: #63051E;
}
.BgClassName
{
background-color: #63051E;
}
</style>
border-color css
<style>
span { border-color: #63051E; }
span { border-color: rgb(99,5,30); }
td.TdClassName
{
border-color: #63051E;
}
.TagClassName
{
border-color: #63051E;
}
</style>