Shades of Pohutukawa #631A2B
Tints of Pohutukawa #631A2B
RGB
CMYK
RGB Variations
Color information
#631A2B (or 0x631A2B) is known color: Pohutukawa. HEX triplet: 63, 1A and 2B. RGB value is (99,26,43). Sum of RGB (Red+Green+Blue) = 99+26+43=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A2B is #9CE5D4. Grayscale: #313131. Windows color (decimal): -10282453 or 2824803. OLE color: 2824803.
HSL color Cylindrical-coordinate representation of color #631A2B: hue angle of 346.03º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A2B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 43 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.61 |
| HSL | 346.03º | 0.58% | 0.25% | - |
| HSV(B) | 346.03º | 0.74% | 0.39% | - |
| XYZ | 5.95 | 3.57 | 2.66 | - |
| YUV | 49.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 43 | 0 | 0.74 | 0.57 | 0.61 | 346.03 | 0.58 | 0.25 |
| Hex | 63 | 1A | 2B | 0 | 4A | 39 | 3D | 15A | 3A | 19 |
| Octal | 143 | 32 | 53 | 0 | 112 | 71 | 75 | 532 | 72 | 31 |
| Binary | 1100011 | 11010 | 101011 | 0 | 1001010 | 111001 | 111101 | 101011010 | 111010 | 11001 |
Color Harmonies of #631A2B
Complementary color
Monochromatic Colors of #631A2B
Black with #631A2B
Text Example
Text Example
White with #631A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A2B; }
p { color: rgb(99,26,43); }
H1.HeaderClassName
{
color: #631A2B;
}
.AnyTagClassName
{
color: #631A2B;
}
</style>
background-color css
<style>
a { background-color: #631A2B; }
a { background-color: rgb(99,26,43); }
div.DivClassName
{
background-color: #631A2B;
}
.BgClassName
{
background-color: #631A2B;
}
</style>
border-color css
<style>
span { border-color: #631A2B; }
span { border-color: rgb(99,26,43); }
td.TdClassName
{
border-color: #631A2B;
}
.TagClassName
{
border-color: #631A2B;
}
</style>