Shades of Pohutukawa #61041C
Tints of Pohutukawa #61041C
RGB
CMYK
RGB Variations
Color information
#61041C (or 0x61041C) is known color: Pohutukawa. HEX triplet: 61, 04 and 1C. RGB value is (97,4,28). Sum of RGB (Red+Green+Blue) = 97+4+28=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61041C is #9EFBE3. Grayscale: #222222. Windows color (decimal): -10419172 or 1836129. OLE color: 1836129.
HSL color Cylindrical-coordinate representation of color #61041C: hue angle of 344.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61041C is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.62 |
| HSL | 344.52º | 0.92% | 0.2% | - |
| HSV(B) | 344.52º | 0.96% | 0.38% | - |
| XYZ | 5.18 | 2.71 | 1.35 | - |
| YUV | 34.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 28 | 0 | 0.96 | 0.71 | 0.62 | 344.52 | 0.92 | 0.2 |
| Hex | 61 | 4 | 1C | 0 | 60 | 47 | 3E | 159 | 5C | 14 |
| Octal | 141 | 4 | 34 | 0 | 140 | 107 | 76 | 531 | 134 | 24 |
| Binary | 1100001 | 100 | 11100 | 0 | 1100000 | 1000111 | 111110 | 101011001 | 1011100 | 10100 |
Color Harmonies of #61041C
Complementary color
Monochromatic Colors of #61041C
Black with #61041C
Text Example
Text Example
White with #61041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61041C; }
p { color: rgb(97,4,28); }
H1.HeaderClassName
{
color: #61041C;
}
.AnyTagClassName
{
color: #61041C;
}
</style>
background-color css
<style>
a { background-color: #61041C; }
a { background-color: rgb(97,4,28); }
div.DivClassName
{
background-color: #61041C;
}
.BgClassName
{
background-color: #61041C;
}
</style>
border-color css
<style>
span { border-color: #61041C; }
span { border-color: rgb(97,4,28); }
td.TdClassName
{
border-color: #61041C;
}
.TagClassName
{
border-color: #61041C;
}
</style>