Shades of Pohutukawa #631F24
Tints of Pohutukawa #631F24
RGB
CMYK
RGB Variations
Color information
#631F24 (or 0x631F24) is known color: Pohutukawa. HEX triplet: 63, 1F and 24. RGB value is (99,31,36). Sum of RGB (Red+Green+Blue) = 99+31+36=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #631F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F24 is #9CE0DB. Grayscale: #333333. Windows color (decimal): -10281180 or 2367331. OLE color: 2367331.
HSL color Cylindrical-coordinate representation of color #631F24: hue angle of 355.59º 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 #631F24 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 36 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.61 |
| HSL | 355.59º | 0.52% | 0.25% | - |
| HSV(B) | 355.59º | 0.69% | 0.39% | - |
| XYZ | 5.95 | 3.76 | 2.08 | - |
| YUV | 51.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 36 | 0 | 0.69 | 0.64 | 0.61 | 355.59 | 0.52 | 0.25 |
| Hex | 63 | 1F | 24 | 0 | 45 | 40 | 3D | 164 | 34 | 19 |
| Octal | 143 | 37 | 44 | 0 | 105 | 100 | 75 | 544 | 64 | 31 |
| Binary | 1100011 | 11111 | 100100 | 0 | 1000101 | 1000000 | 111101 | 101100100 | 110100 | 11001 |
Color Harmonies of #631F24
Complementary color
Monochromatic Colors of #631F24
Black with #631F24
Text Example
Text Example
White with #631F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F24; }
p { color: rgb(99,31,36); }
H1.HeaderClassName
{
color: #631F24;
}
.AnyTagClassName
{
color: #631F24;
}
</style>
background-color css
<style>
a { background-color: #631F24; }
a { background-color: rgb(99,31,36); }
div.DivClassName
{
background-color: #631F24;
}
.BgClassName
{
background-color: #631F24;
}
</style>
border-color css
<style>
span { border-color: #631F24; }
span { border-color: rgb(99,31,36); }
td.TdClassName
{
border-color: #631F24;
}
.TagClassName
{
border-color: #631F24;
}
</style>