Shades of Pohutukawa #611A2E
Tints of Pohutukawa #611A2E
RGB
CMYK
RGB Variations
Color information
#611A2E (or 0x611A2E) is known color: Pohutukawa. HEX triplet: 61, 1A and 2E. RGB value is (97,26,46). Sum of RGB (Red+Green+Blue) = 97+26+46=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A2E is #9EE5D1. Grayscale: #313131. Windows color (decimal): -10413522 or 3021409. OLE color: 3021409.
HSL color Cylindrical-coordinate representation of color #611A2E: hue angle of 343.1º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A2E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 46 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.62 |
| HSL | 343.1º | 0.58% | 0.24% | - |
| HSV(B) | 343.1º | 0.73% | 0.38% | - |
| XYZ | 5.79 | 3.48 | 2.95 | - |
| YUV | 49.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 46 | 0 | 0.73 | 0.53 | 0.62 | 343.1 | 0.58 | 0.24 |
| Hex | 61 | 1A | 2E | 0 | 49 | 35 | 3E | 157 | 3A | 18 |
| Octal | 141 | 32 | 56 | 0 | 111 | 65 | 76 | 527 | 72 | 30 |
| Binary | 1100001 | 11010 | 101110 | 0 | 1001001 | 110101 | 111110 | 101010111 | 111010 | 11000 |
Color Harmonies of #611A2E
Complementary color
Monochromatic Colors of #611A2E
Black with #611A2E
Text Example
Text Example
White with #611A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A2E; }
p { color: rgb(97,26,46); }
H1.HeaderClassName
{
color: #611A2E;
}
.AnyTagClassName
{
color: #611A2E;
}
</style>
background-color css
<style>
a { background-color: #611A2E; }
a { background-color: rgb(97,26,46); }
div.DivClassName
{
background-color: #611A2E;
}
.BgClassName
{
background-color: #611A2E;
}
</style>
border-color css
<style>
span { border-color: #611A2E; }
span { border-color: rgb(97,26,46); }
td.TdClassName
{
border-color: #611A2E;
}
.TagClassName
{
border-color: #611A2E;
}
</style>