Shades of Pohutukawa #631D27
Tints of Pohutukawa #631D27
RGB
CMYK
RGB Variations
Color information
#631D27 (or 0x631D27) is known color: Pohutukawa. HEX triplet: 63, 1D and 27. RGB value is (99,29,39). Sum of RGB (Red+Green+Blue) = 99+29+39=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #631D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D27 is #9CE2D8. Grayscale: #333333. Windows color (decimal): -10281689 or 2563427. OLE color: 2563427.
HSL color Cylindrical-coordinate representation of color #631D27: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D27 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 39 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.61 |
| HSL | 351.43º | 0.55% | 0.25% | - |
| HSV(B) | 351.43º | 0.71% | 0.39% | - |
| XYZ | 5.95 | 3.68 | 2.32 | - |
| YUV | 51.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 39 | 0 | 0.71 | 0.61 | 0.61 | 351.43 | 0.55 | 0.25 |
| Hex | 63 | 1D | 27 | 0 | 47 | 3D | 3D | 15F | 37 | 19 |
| Octal | 143 | 35 | 47 | 0 | 107 | 75 | 75 | 537 | 67 | 31 |
| Binary | 1100011 | 11101 | 100111 | 0 | 1000111 | 111101 | 111101 | 101011111 | 110111 | 11001 |
Color Harmonies of #631D27
Complementary color
Monochromatic Colors of #631D27
Black with #631D27
Text Example
Text Example
White with #631D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D27; }
p { color: rgb(99,29,39); }
H1.HeaderClassName
{
color: #631D27;
}
.AnyTagClassName
{
color: #631D27;
}
</style>
background-color css
<style>
a { background-color: #631D27; }
a { background-color: rgb(99,29,39); }
div.DivClassName
{
background-color: #631D27;
}
.BgClassName
{
background-color: #631D27;
}
</style>
border-color css
<style>
span { border-color: #631D27; }
span { border-color: rgb(99,29,39); }
td.TdClassName
{
border-color: #631D27;
}
.TagClassName
{
border-color: #631D27;
}
</style>