Shades of Pohutukawa #61232B
Tints of Pohutukawa #61232B
RGB
CMYK
RGB Variations
Color information
#61232B (or 0x61232B) is known color: Pohutukawa. HEX triplet: 61, 23 and 2B. RGB value is (97,35,43). Sum of RGB (Red+Green+Blue) = 97+35+43=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61232B is #9EDCD4. Grayscale: #363636. Windows color (decimal): -10411221 or 2827105. OLE color: 2827105.
HSL color Cylindrical-coordinate representation of color #61232B: hue angle of 352.26º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61232B is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 35 | 43 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.62 |
| HSL | 352.26º | 0.47% | 0.26% | - |
| HSV(B) | 352.26º | 0.64% | 0.38% | - |
| XYZ | 5.97 | 3.92 | 2.73 | - |
| YUV | 54.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 43 | 0 | 0.64 | 0.56 | 0.62 | 352.26 | 0.47 | 0.26 |
| Hex | 61 | 23 | 2B | 0 | 40 | 38 | 3E | 160 | 2F | 1A |
| Octal | 141 | 43 | 53 | 0 | 100 | 70 | 76 | 540 | 57 | 32 |
| Binary | 1100001 | 100011 | 101011 | 0 | 1000000 | 111000 | 111110 | 101100000 | 101111 | 11010 |
Color Harmonies of #61232B
Complementary color
Monochromatic Colors of #61232B
Black with #61232B
Text Example
Text Example
White with #61232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61232B; }
p { color: rgb(97,35,43); }
H1.HeaderClassName
{
color: #61232B;
}
.AnyTagClassName
{
color: #61232B;
}
</style>
background-color css
<style>
a { background-color: #61232B; }
a { background-color: rgb(97,35,43); }
div.DivClassName
{
background-color: #61232B;
}
.BgClassName
{
background-color: #61232B;
}
</style>
border-color css
<style>
span { border-color: #61232B; }
span { border-color: rgb(97,35,43); }
td.TdClassName
{
border-color: #61232B;
}
.TagClassName
{
border-color: #61232B;
}
</style>