Shades of Pohutukawa #631123
Tints of Pohutukawa #631123
RGB
CMYK
RGB Variations
Color information
#631123 (or 0x631123) is known color: Pohutukawa. HEX triplet: 63, 11 and 23. RGB value is (99,17,35). Sum of RGB (Red+Green+Blue) = 99+17+35=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631123 is #9CEEDC. Grayscale: #2B2B2B. Windows color (decimal): -10284765 or 2298211. OLE color: 2298211.
HSL color Cylindrical-coordinate representation of color #631123: hue angle of 346.83º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631123 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 35 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.61 |
| HSL | 346.83º | 0.71% | 0.23% | - |
| HSV(B) | 346.83º | 0.83% | 0.39% | - |
| XYZ | 5.65 | 3.17 | 1.91 | - |
| YUV | 43.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 35 | 0 | 0.83 | 0.65 | 0.61 | 346.83 | 0.71 | 0.23 |
| Hex | 63 | 11 | 23 | 0 | 53 | 41 | 3D | 15B | 47 | 17 |
| Octal | 143 | 21 | 43 | 0 | 123 | 101 | 75 | 533 | 107 | 27 |
| Binary | 1100011 | 10001 | 100011 | 0 | 1010011 | 1000001 | 111101 | 101011011 | 1000111 | 10111 |
Color Harmonies of #631123
Complementary color
Monochromatic Colors of #631123
Black with #631123
Text Example
Text Example
White with #631123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631123; }
p { color: rgb(99,17,35); }
H1.HeaderClassName
{
color: #631123;
}
.AnyTagClassName
{
color: #631123;
}
</style>
background-color css
<style>
a { background-color: #631123; }
a { background-color: rgb(99,17,35); }
div.DivClassName
{
background-color: #631123;
}
.BgClassName
{
background-color: #631123;
}
</style>
border-color css
<style>
span { border-color: #631123; }
span { border-color: rgb(99,17,35); }
td.TdClassName
{
border-color: #631123;
}
.TagClassName
{
border-color: #631123;
}
</style>