Shades of Pohutukawa #611E23
Tints of Pohutukawa #611E23
RGB
CMYK
RGB Variations
Color information
#611E23 (or 0x611E23) is known color: Pohutukawa. HEX triplet: 61, 1E and 23. RGB value is (97,30,35). Sum of RGB (Red+Green+Blue) = 97+30+35=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #611E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E23 is #9EE1DC. Grayscale: #323232. Windows color (decimal): -10412509 or 2301537. OLE color: 2301537.
HSL color Cylindrical-coordinate representation of color #611E23: hue angle of 355.52º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E23 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 35 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.62 |
| HSL | 355.52º | 0.53% | 0.25% | - |
| HSV(B) | 355.52º | 0.69% | 0.38% | - |
| XYZ | 5.7 | 3.59 | 1.98 | - |
| YUV | 50.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 35 | 0 | 0.69 | 0.64 | 0.62 | 355.52 | 0.53 | 0.25 |
| Hex | 61 | 1E | 23 | 0 | 45 | 40 | 3E | 164 | 35 | 19 |
| Octal | 141 | 36 | 43 | 0 | 105 | 100 | 76 | 544 | 65 | 31 |
| Binary | 1100001 | 11110 | 100011 | 0 | 1000101 | 1000000 | 111110 | 101100100 | 110101 | 11001 |
Color Harmonies of #611E23
Complementary color
Monochromatic Colors of #611E23
Black with #611E23
Text Example
Text Example
White with #611E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E23; }
p { color: rgb(97,30,35); }
H1.HeaderClassName
{
color: #611E23;
}
.AnyTagClassName
{
color: #611E23;
}
</style>
background-color css
<style>
a { background-color: #611E23; }
a { background-color: rgb(97,30,35); }
div.DivClassName
{
background-color: #611E23;
}
.BgClassName
{
background-color: #611E23;
}
</style>
border-color css
<style>
span { border-color: #611E23; }
span { border-color: rgb(97,30,35); }
td.TdClassName
{
border-color: #611E23;
}
.TagClassName
{
border-color: #611E23;
}
</style>