Shades of Pohutukawa #66182A
Tints of Pohutukawa #66182A
RGB
CMYK
RGB Variations
Color information
#66182A (or 0x66182A) is known color: Pohutukawa. HEX triplet: 66, 18 and 2A. RGB value is (102,24,42). Sum of RGB (Red+Green+Blue) = 102+24+42=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66182A is #99E7D5. Grayscale: #313131. Windows color (decimal): -10086358 or 2758758. OLE color: 2758758.
HSL color Cylindrical-coordinate representation of color #66182A: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66182A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 42 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.6 |
| HSL | 346.15º | 0.62% | 0.25% | - |
| HSV(B) | 346.15º | 0.76% | 0.4% | - |
| XYZ | 6.22 | 3.65 | 2.57 | - |
| YUV | 49.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 42 | 0 | 0.76 | 0.59 | 0.6 | 346.15 | 0.62 | 0.25 |
| Hex | 66 | 18 | 2A | 0 | 4C | 3B | 3C | 15A | 3E | 19 |
| Octal | 146 | 30 | 52 | 0 | 114 | 73 | 74 | 532 | 76 | 31 |
| Binary | 1100110 | 11000 | 101010 | 0 | 1001100 | 111011 | 111100 | 101011010 | 111110 | 11001 |
Color Harmonies of #66182A
Complementary color
Monochromatic Colors of #66182A
Black with #66182A
Text Example
Text Example
White with #66182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66182A; }
p { color: rgb(102,24,42); }
H1.HeaderClassName
{
color: #66182A;
}
.AnyTagClassName
{
color: #66182A;
}
</style>
background-color css
<style>
a { background-color: #66182A; }
a { background-color: rgb(102,24,42); }
div.DivClassName
{
background-color: #66182A;
}
.BgClassName
{
background-color: #66182A;
}
</style>
border-color css
<style>
span { border-color: #66182A; }
span { border-color: rgb(102,24,42); }
td.TdClassName
{
border-color: #66182A;
}
.TagClassName
{
border-color: #66182A;
}
</style>