Shades of Pohutukawa #661F23
Tints of Pohutukawa #661F23
RGB
CMYK
RGB Variations
Color information
#661F23 (or 0x661F23) is known color: Pohutukawa. HEX triplet: 66, 1F and 23. RGB value is (102,31,35). Sum of RGB (Red+Green+Blue) = 102+31+35=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #661F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F23 is #99E0DC. Grayscale: #343434. Windows color (decimal): -10084573 or 2301798. OLE color: 2301798.
HSL color Cylindrical-coordinate representation of color #661F23: hue angle of 356.62º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F23 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 35 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.6 |
| HSL | 356.62º | 0.53% | 0.26% | - |
| HSV(B) | 356.62º | 0.7% | 0.4% | - |
| XYZ | 6.27 | 3.93 | 2.02 | - |
| YUV | 52.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 35 | 0 | 0.70 | 0.66 | 0.6 | 356.62 | 0.53 | 0.26 |
| Hex | 66 | 1F | 23 | 0 | 46 | 42 | 3C | 165 | 35 | 1A |
| Octal | 146 | 37 | 43 | 0 | 106 | 102 | 74 | 545 | 65 | 32 |
| Binary | 1100110 | 11111 | 100011 | 0 | 1000110 | 1000010 | 111100 | 101100101 | 110101 | 11010 |
Color Harmonies of #661F23
Complementary color
Monochromatic Colors of #661F23
Black with #661F23
Text Example
Text Example
White with #661F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F23; }
p { color: rgb(102,31,35); }
H1.HeaderClassName
{
color: #661F23;
}
.AnyTagClassName
{
color: #661F23;
}
</style>
background-color css
<style>
a { background-color: #661F23; }
a { background-color: rgb(102,31,35); }
div.DivClassName
{
background-color: #661F23;
}
.BgClassName
{
background-color: #661F23;
}
</style>
border-color css
<style>
span { border-color: #661F23; }
span { border-color: rgb(102,31,35); }
td.TdClassName
{
border-color: #661F23;
}
.TagClassName
{
border-color: #661F23;
}
</style>