Shades of Pohutukawa #631F26
Tints of Pohutukawa #631F26
RGB
CMYK
RGB Variations
Color information
#631F26 (or 0x631F26) is known color: Pohutukawa. HEX triplet: 63, 1F and 26. RGB value is (99,31,38). Sum of RGB (Red+Green+Blue) = 99+31+38=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F26 is #9CE0D9. Grayscale: #343434. Windows color (decimal): -10281178 or 2498403. OLE color: 2498403.
HSL color Cylindrical-coordinate representation of color #631F26: hue angle of 353.82º 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 #631F26 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 38 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.61 |
| HSL | 353.82º | 0.52% | 0.25% | - |
| HSV(B) | 353.82º | 0.69% | 0.39% | - |
| XYZ | 5.99 | 3.77 | 2.25 | - |
| YUV | 52.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 38 | 0 | 0.69 | 0.62 | 0.61 | 353.82 | 0.52 | 0.25 |
| Hex | 63 | 1F | 26 | 0 | 45 | 3E | 3D | 162 | 34 | 19 |
| Octal | 143 | 37 | 46 | 0 | 105 | 76 | 75 | 542 | 64 | 31 |
| Binary | 1100011 | 11111 | 100110 | 0 | 1000101 | 111110 | 111101 | 101100010 | 110100 | 11001 |
Color Harmonies of #631F26
Complementary color
Monochromatic Colors of #631F26
Black with #631F26
Text Example
Text Example
White with #631F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F26; }
p { color: rgb(99,31,38); }
H1.HeaderClassName
{
color: #631F26;
}
.AnyTagClassName
{
color: #631F26;
}
</style>
background-color css
<style>
a { background-color: #631F26; }
a { background-color: rgb(99,31,38); }
div.DivClassName
{
background-color: #631F26;
}
.BgClassName
{
background-color: #631F26;
}
</style>
border-color css
<style>
span { border-color: #631F26; }
span { border-color: rgb(99,31,38); }
td.TdClassName
{
border-color: #631F26;
}
.TagClassName
{
border-color: #631F26;
}
</style>