Shades of Pohutukawa #631F2B
Tints of Pohutukawa #631F2B
RGB
CMYK
RGB Variations
Color information
#631F2B (or 0x631F2B) is known color: Pohutukawa. HEX triplet: 63, 1F and 2B. RGB value is (99,31,43). Sum of RGB (Red+Green+Blue) = 99+31+43=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F2B is #9CE0D4. Grayscale: #343434. Windows color (decimal): -10281173 or 2826083. OLE color: 2826083.
HSL color Cylindrical-coordinate representation of color #631F2B: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F2B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 43 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.61 |
| HSL | 349.41º | 0.52% | 0.25% | - |
| HSV(B) | 349.41º | 0.69% | 0.39% | - |
| XYZ | 6.07 | 3.81 | 2.7 | - |
| YUV | 52.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 43 | 0 | 0.69 | 0.57 | 0.61 | 349.41 | 0.52 | 0.25 |
| Hex | 63 | 1F | 2B | 0 | 45 | 39 | 3D | 15D | 34 | 19 |
| Octal | 143 | 37 | 53 | 0 | 105 | 71 | 75 | 535 | 64 | 31 |
| Binary | 1100011 | 11111 | 101011 | 0 | 1000101 | 111001 | 111101 | 101011101 | 110100 | 11001 |
Color Harmonies of #631F2B
Complementary color
Monochromatic Colors of #631F2B
Black with #631F2B
Text Example
Text Example
White with #631F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F2B; }
p { color: rgb(99,31,43); }
H1.HeaderClassName
{
color: #631F2B;
}
.AnyTagClassName
{
color: #631F2B;
}
</style>
background-color css
<style>
a { background-color: #631F2B; }
a { background-color: rgb(99,31,43); }
div.DivClassName
{
background-color: #631F2B;
}
.BgClassName
{
background-color: #631F2B;
}
</style>
border-color css
<style>
span { border-color: #631F2B; }
span { border-color: rgb(99,31,43); }
td.TdClassName
{
border-color: #631F2B;
}
.TagClassName
{
border-color: #631F2B;
}
</style>