Shades of Pohutukawa #661D1F
Tints of Pohutukawa #661D1F
RGB
CMYK
RGB Variations
Color information
#661D1F (or 0x661D1F) is known color: Pohutukawa. HEX triplet: 66, 1D and 1F. RGB value is (102,29,31). Sum of RGB (Red+Green+Blue) = 102+29+31=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D1F is #99E2E0. Grayscale: #333333. Windows color (decimal): -10085089 or 2039142. OLE color: 2039142.
HSL color Cylindrical-coordinate representation of color #661D1F: hue angle of 358.36º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D1F is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 31 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.6 |
| HSL | 358.36º | 0.56% | 0.26% | - |
| HSV(B) | 358.36º | 0.72% | 0.4% | - |
| XYZ | 6.17 | 3.8 | 1.71 | - |
| YUV | 51.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 31 | 0 | 0.72 | 0.70 | 0.6 | 358.36 | 0.56 | 0.26 |
| Hex | 66 | 1D | 1F | 0 | 48 | 46 | 3C | 166 | 38 | 1A |
| Octal | 146 | 35 | 37 | 0 | 110 | 106 | 74 | 546 | 70 | 32 |
| Binary | 1100110 | 11101 | 11111 | 0 | 1001000 | 1000110 | 111100 | 101100110 | 111000 | 11010 |
Color Harmonies of #661D1F
Complementary color
Monochromatic Colors of #661D1F
Black with #661D1F
Text Example
Text Example
White with #661D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D1F; }
p { color: rgb(102,29,31); }
H1.HeaderClassName
{
color: #661D1F;
}
.AnyTagClassName
{
color: #661D1F;
}
</style>
background-color css
<style>
a { background-color: #661D1F; }
a { background-color: rgb(102,29,31); }
div.DivClassName
{
background-color: #661D1F;
}
.BgClassName
{
background-color: #661D1F;
}
</style>
border-color css
<style>
span { border-color: #661D1F; }
span { border-color: rgb(102,29,31); }
td.TdClassName
{
border-color: #661D1F;
}
.TagClassName
{
border-color: #661D1F;
}
</style>