Shades of Pohutukawa #611B2D
Tints of Pohutukawa #611B2D
RGB
CMYK
RGB Variations
Color information
#611B2D (or 0x611B2D) is known color: Pohutukawa. HEX triplet: 61, 1B and 2D. RGB value is (97,27,45). Sum of RGB (Red+Green+Blue) = 97+27+45=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B2D is #9EE4D2. Grayscale: #313131. Windows color (decimal): -10413267 or 2956129. OLE color: 2956129.
HSL color Cylindrical-coordinate representation of color #611B2D: hue angle of 344.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B2D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 45 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.62 |
| HSL | 344.57º | 0.56% | 0.24% | - |
| HSV(B) | 344.57º | 0.72% | 0.38% | - |
| XYZ | 5.8 | 3.51 | 2.86 | - |
| YUV | 49.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 45 | 0 | 0.72 | 0.54 | 0.62 | 344.57 | 0.56 | 0.24 |
| Hex | 61 | 1B | 2D | 0 | 48 | 36 | 3E | 159 | 38 | 18 |
| Octal | 141 | 33 | 55 | 0 | 110 | 66 | 76 | 531 | 70 | 30 |
| Binary | 1100001 | 11011 | 101101 | 0 | 1001000 | 110110 | 111110 | 101011001 | 111000 | 11000 |
Color Harmonies of #611B2D
Complementary color
Monochromatic Colors of #611B2D
Black with #611B2D
Text Example
Text Example
White with #611B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B2D; }
p { color: rgb(97,27,45); }
H1.HeaderClassName
{
color: #611B2D;
}
.AnyTagClassName
{
color: #611B2D;
}
</style>
background-color css
<style>
a { background-color: #611B2D; }
a { background-color: rgb(97,27,45); }
div.DivClassName
{
background-color: #611B2D;
}
.BgClassName
{
background-color: #611B2D;
}
</style>
border-color css
<style>
span { border-color: #611B2D; }
span { border-color: rgb(97,27,45); }
td.TdClassName
{
border-color: #611B2D;
}
.TagClassName
{
border-color: #611B2D;
}
</style>