Shades of Pohutukawa #611B2A
Tints of Pohutukawa #611B2A
RGB
CMYK
RGB Variations
Color information
#611B2A (or 0x611B2A) is known color: Pohutukawa. HEX triplet: 61, 1B and 2A. RGB value is (97,27,42). Sum of RGB (Red+Green+Blue) = 97+27+42=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #611B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B2A is #9EE4D5. Grayscale: #313131. Windows color (decimal): -10413270 or 2759521. OLE color: 2759521.
HSL color Cylindrical-coordinate representation of color #611B2A: hue angle of 347.14º 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 #611B2A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 42 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.62 |
| HSL | 347.14º | 0.56% | 0.24% | - |
| HSV(B) | 347.14º | 0.72% | 0.38% | - |
| XYZ | 5.74 | 3.49 | 2.56 | - |
| YUV | 49.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 42 | 0 | 0.72 | 0.57 | 0.62 | 347.14 | 0.56 | 0.24 |
| Hex | 61 | 1B | 2A | 0 | 48 | 39 | 3E | 15B | 38 | 18 |
| Octal | 141 | 33 | 52 | 0 | 110 | 71 | 76 | 533 | 70 | 30 |
| Binary | 1100001 | 11011 | 101010 | 0 | 1001000 | 111001 | 111110 | 101011011 | 111000 | 11000 |
Color Harmonies of #611B2A
Complementary color
Monochromatic Colors of #611B2A
Black with #611B2A
Text Example
Text Example
White with #611B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B2A; }
p { color: rgb(97,27,42); }
H1.HeaderClassName
{
color: #611B2A;
}
.AnyTagClassName
{
color: #611B2A;
}
</style>
background-color css
<style>
a { background-color: #611B2A; }
a { background-color: rgb(97,27,42); }
div.DivClassName
{
background-color: #611B2A;
}
.BgClassName
{
background-color: #611B2A;
}
</style>
border-color css
<style>
span { border-color: #611B2A; }
span { border-color: rgb(97,27,42); }
td.TdClassName
{
border-color: #611B2A;
}
.TagClassName
{
border-color: #611B2A;
}
</style>