Shades of Pohutukawa #612025
Tints of Pohutukawa #612025
RGB
CMYK
RGB Variations
Color information
#612025 (or 0x612025) is known color: Pohutukawa. HEX triplet: 61, 20 and 25. RGB value is (97,32,37). Sum of RGB (Red+Green+Blue) = 97+32+37=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612025 is #9EDFDA. Grayscale: #343434. Windows color (decimal): -10411995 or 2433121. OLE color: 2433121.
HSL color Cylindrical-coordinate representation of color #612025: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612025 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 37 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.62 |
| HSL | 355.38º | 0.5% | 0.25% | - |
| HSV(B) | 355.38º | 0.67% | 0.38% | - |
| XYZ | 5.78 | 3.71 | 2.16 | - |
| YUV | 52.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 37 | 0 | 0.67 | 0.62 | 0.62 | 355.38 | 0.5 | 0.25 |
| Hex | 61 | 20 | 25 | 0 | 43 | 3E | 3E | 163 | 32 | 19 |
| Octal | 141 | 40 | 45 | 0 | 103 | 76 | 76 | 543 | 62 | 31 |
| Binary | 1100001 | 100000 | 100101 | 0 | 1000011 | 111110 | 111110 | 101100011 | 110010 | 11001 |
Color Harmonies of #612025
Complementary color
Monochromatic Colors of #612025
Black with #612025
Text Example
Text Example
White with #612025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612025; }
p { color: rgb(97,32,37); }
H1.HeaderClassName
{
color: #612025;
}
.AnyTagClassName
{
color: #612025;
}
</style>
background-color css
<style>
a { background-color: #612025; }
a { background-color: rgb(97,32,37); }
div.DivClassName
{
background-color: #612025;
}
.BgClassName
{
background-color: #612025;
}
</style>
border-color css
<style>
span { border-color: #612025; }
span { border-color: rgb(97,32,37); }
td.TdClassName
{
border-color: #612025;
}
.TagClassName
{
border-color: #612025;
}
</style>