Shades of Pohutukawa #631B2E
Tints of Pohutukawa #631B2E
RGB
CMYK
RGB Variations
Color information
#631B2E (or 0x631B2E) is known color: Pohutukawa. HEX triplet: 63, 1B and 2E. RGB value is (99,27,46). Sum of RGB (Red+Green+Blue) = 99+27+46=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B2E is #9CE4D1. Grayscale: #323232. Windows color (decimal): -10282194 or 3021667. OLE color: 3021667.
HSL color Cylindrical-coordinate representation of color #631B2E: hue angle of 344.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B2E is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 46 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.61 |
| HSL | 344.17º | 0.57% | 0.25% | - |
| HSV(B) | 344.17º | 0.73% | 0.39% | - |
| XYZ | 6.03 | 3.63 | 2.97 | - |
| YUV | 50.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 46 | 0 | 0.73 | 0.54 | 0.61 | 344.17 | 0.57 | 0.25 |
| Hex | 63 | 1B | 2E | 0 | 49 | 36 | 3D | 158 | 39 | 19 |
| Octal | 143 | 33 | 56 | 0 | 111 | 66 | 75 | 530 | 71 | 31 |
| Binary | 1100011 | 11011 | 101110 | 0 | 1001001 | 110110 | 111101 | 101011000 | 111001 | 11001 |
Color Harmonies of #631B2E
Complementary color
Monochromatic Colors of #631B2E
Black with #631B2E
Text Example
Text Example
White with #631B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B2E; }
p { color: rgb(99,27,46); }
H1.HeaderClassName
{
color: #631B2E;
}
.AnyTagClassName
{
color: #631B2E;
}
</style>
background-color css
<style>
a { background-color: #631B2E; }
a { background-color: rgb(99,27,46); }
div.DivClassName
{
background-color: #631B2E;
}
.BgClassName
{
background-color: #631B2E;
}
</style>
border-color css
<style>
span { border-color: #631B2E; }
span { border-color: rgb(99,27,46); }
td.TdClassName
{
border-color: #631B2E;
}
.TagClassName
{
border-color: #631B2E;
}
</style>