Shades of Pohutukawa #611E2B
Tints of Pohutukawa #611E2B
RGB
CMYK
RGB Variations
Color information
#611E2B (or 0x611E2B) is known color: Pohutukawa. HEX triplet: 61, 1E and 2B. RGB value is (97,30,43). Sum of RGB (Red+Green+Blue) = 97+30+43=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E2B is #9EE1D4. Grayscale: #333333. Windows color (decimal): -10412501 or 2825825. OLE color: 2825825.
HSL color Cylindrical-coordinate representation of color #611E2B: hue angle of 348.36º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E2B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 43 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.62 |
| HSL | 348.36º | 0.53% | 0.25% | - |
| HSV(B) | 348.36º | 0.69% | 0.38% | - |
| XYZ | 5.83 | 3.64 | 2.68 | - |
| YUV | 51.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 43 | 0 | 0.69 | 0.56 | 0.62 | 348.36 | 0.53 | 0.25 |
| Hex | 61 | 1E | 2B | 0 | 45 | 38 | 3E | 15C | 35 | 19 |
| Octal | 141 | 36 | 53 | 0 | 105 | 70 | 76 | 534 | 65 | 31 |
| Binary | 1100001 | 11110 | 101011 | 0 | 1000101 | 111000 | 111110 | 101011100 | 110101 | 11001 |
Color Harmonies of #611E2B
Complementary color
Monochromatic Colors of #611E2B
Black with #611E2B
Text Example
Text Example
White with #611E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E2B; }
p { color: rgb(97,30,43); }
H1.HeaderClassName
{
color: #611E2B;
}
.AnyTagClassName
{
color: #611E2B;
}
</style>
background-color css
<style>
a { background-color: #611E2B; }
a { background-color: rgb(97,30,43); }
div.DivClassName
{
background-color: #611E2B;
}
.BgClassName
{
background-color: #611E2B;
}
</style>
border-color css
<style>
span { border-color: #611E2B; }
span { border-color: rgb(97,30,43); }
td.TdClassName
{
border-color: #611E2B;
}
.TagClassName
{
border-color: #611E2B;
}
</style>