Shades of Pohutukawa #631E24
Tints of Pohutukawa #631E24
RGB
CMYK
RGB Variations
Color information
#631E24 (or 0x631E24) is known color: Pohutukawa. HEX triplet: 63, 1E and 24. RGB value is (99,30,36). Sum of RGB (Red+Green+Blue) = 99+30+36=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #631E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E24 is #9CE1DB. Grayscale: #333333. Windows color (decimal): -10281436 or 2367075. OLE color: 2367075.
HSL color Cylindrical-coordinate representation of color #631E24: hue angle of 354.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E24 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 36 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.61 |
| HSL | 354.78º | 0.53% | 0.25% | - |
| HSV(B) | 354.78º | 0.7% | 0.39% | - |
| XYZ | 5.93 | 3.71 | 2.07 | - |
| YUV | 51.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 36 | 0 | 0.70 | 0.64 | 0.61 | 354.78 | 0.53 | 0.25 |
| Hex | 63 | 1E | 24 | 0 | 46 | 40 | 3D | 163 | 35 | 19 |
| Octal | 143 | 36 | 44 | 0 | 106 | 100 | 75 | 543 | 65 | 31 |
| Binary | 1100011 | 11110 | 100100 | 0 | 1000110 | 1000000 | 111101 | 101100011 | 110101 | 11001 |
Color Harmonies of #631E24
Complementary color
Monochromatic Colors of #631E24
Black with #631E24
Text Example
Text Example
White with #631E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E24; }
p { color: rgb(99,30,36); }
H1.HeaderClassName
{
color: #631E24;
}
.AnyTagClassName
{
color: #631E24;
}
</style>
background-color css
<style>
a { background-color: #631E24; }
a { background-color: rgb(99,30,36); }
div.DivClassName
{
background-color: #631E24;
}
.BgClassName
{
background-color: #631E24;
}
</style>
border-color css
<style>
span { border-color: #631E24; }
span { border-color: rgb(99,30,36); }
td.TdClassName
{
border-color: #631E24;
}
.TagClassName
{
border-color: #631E24;
}
</style>