Shades of Pohutukawa #66071C
Tints of Pohutukawa #66071C
RGB
CMYK
RGB Variations
Color information
#66071C (or 0x66071C) is known color: Pohutukawa. HEX triplet: 66, 07 and 1C. RGB value is (102,7,28). Sum of RGB (Red+Green+Blue) = 102+7+28=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66071C is #99F8E3. Grayscale: #252525. Windows color (decimal): -10090724 or 1836902. OLE color: 1836902.
HSL color Cylindrical-coordinate representation of color #66071C: hue angle of 346.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66071C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 28 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.6 |
| HSL | 346.74º | 0.87% | 0.21% | - |
| HSV(B) | 346.74º | 0.93% | 0.4% | - |
| XYZ | 5.77 | 3.06 | 1.39 | - |
| YUV | 37.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 28 | 0 | 0.93 | 0.73 | 0.6 | 346.74 | 0.87 | 0.21 |
| Hex | 66 | 7 | 1C | 0 | 5D | 49 | 3C | 15B | 57 | 15 |
| Octal | 146 | 7 | 34 | 0 | 135 | 111 | 74 | 533 | 127 | 25 |
| Binary | 1100110 | 111 | 11100 | 0 | 1011101 | 1001001 | 111100 | 101011011 | 1010111 | 10101 |
Color Harmonies of #66071C
Complementary color
Monochromatic Colors of #66071C
Black with #66071C
Text Example
Text Example
White with #66071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66071C; }
p { color: rgb(102,7,28); }
H1.HeaderClassName
{
color: #66071C;
}
.AnyTagClassName
{
color: #66071C;
}
</style>
background-color css
<style>
a { background-color: #66071C; }
a { background-color: rgb(102,7,28); }
div.DivClassName
{
background-color: #66071C;
}
.BgClassName
{
background-color: #66071C;
}
</style>
border-color css
<style>
span { border-color: #66071C; }
span { border-color: rgb(102,7,28); }
td.TdClassName
{
border-color: #66071C;
}
.TagClassName
{
border-color: #66071C;
}
</style>