Shades of Pohutukawa #611A2D
Tints of Pohutukawa #611A2D
RGB
CMYK
RGB Variations
Color information
#611A2D (or 0x611A2D) is known color: Pohutukawa. HEX triplet: 61, 1A and 2D. RGB value is (97,26,45). Sum of RGB (Red+Green+Blue) = 97+26+45=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A2D is #9EE5D2. Grayscale: #313131. Windows color (decimal): -10413523 or 2955873. OLE color: 2955873.
HSL color Cylindrical-coordinate representation of color #611A2D: hue angle of 343.94º 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 #611A2D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 45 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.62 |
| HSL | 343.94º | 0.58% | 0.24% | - |
| HSV(B) | 343.94º | 0.73% | 0.38% | - |
| XYZ | 5.77 | 3.47 | 2.85 | - |
| YUV | 49.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 45 | 0 | 0.73 | 0.54 | 0.62 | 343.94 | 0.58 | 0.24 |
| Hex | 61 | 1A | 2D | 0 | 49 | 36 | 3E | 158 | 3A | 18 |
| Octal | 141 | 32 | 55 | 0 | 111 | 66 | 76 | 530 | 72 | 30 |
| Binary | 1100001 | 11010 | 101101 | 0 | 1001001 | 110110 | 111110 | 101011000 | 111010 | 11000 |
Color Harmonies of #611A2D
Complementary color
Monochromatic Colors of #611A2D
Black with #611A2D
Text Example
Text Example
White with #611A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A2D; }
p { color: rgb(97,26,45); }
H1.HeaderClassName
{
color: #611A2D;
}
.AnyTagClassName
{
color: #611A2D;
}
</style>
background-color css
<style>
a { background-color: #611A2D; }
a { background-color: rgb(97,26,45); }
div.DivClassName
{
background-color: #611A2D;
}
.BgClassName
{
background-color: #611A2D;
}
</style>
border-color css
<style>
span { border-color: #611A2D; }
span { border-color: rgb(97,26,45); }
td.TdClassName
{
border-color: #611A2D;
}
.TagClassName
{
border-color: #611A2D;
}
</style>