Shades of Pohutukawa #660A22
Tints of Pohutukawa #660A22
RGB
CMYK
RGB Variations
Color information
#660A22 (or 0x660A22) is known color: Pohutukawa. HEX triplet: 66, 0A and 22. RGB value is (102,10,34). Sum of RGB (Red+Green+Blue) = 102+10+34=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A22 is #99F5DD. Grayscale: #282828. Windows color (decimal): -10089950 or 2230886. OLE color: 2230886.
HSL color Cylindrical-coordinate representation of color #660A22: hue angle of 344.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A22 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 34 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.6 |
| HSL | 344.35º | 0.82% | 0.22% | - |
| HSV(B) | 344.35º | 0.9% | 0.4% | - |
| XYZ | 5.88 | 3.16 | 1.81 | - |
| YUV | 40.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 34 | 0 | 0.90 | 0.67 | 0.6 | 344.35 | 0.82 | 0.22 |
| Hex | 66 | A | 22 | 0 | 5A | 43 | 3C | 158 | 52 | 16 |
| Octal | 146 | 12 | 42 | 0 | 132 | 103 | 74 | 530 | 122 | 26 |
| Binary | 1100110 | 1010 | 100010 | 0 | 1011010 | 1000011 | 111100 | 101011000 | 1010010 | 10110 |
Color Harmonies of #660A22
Complementary color
Monochromatic Colors of #660A22
Black with #660A22
Text Example
Text Example
White with #660A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A22; }
p { color: rgb(102,10,34); }
H1.HeaderClassName
{
color: #660A22;
}
.AnyTagClassName
{
color: #660A22;
}
</style>
background-color css
<style>
a { background-color: #660A22; }
a { background-color: rgb(102,10,34); }
div.DivClassName
{
background-color: #660A22;
}
.BgClassName
{
background-color: #660A22;
}
</style>
border-color css
<style>
span { border-color: #660A22; }
span { border-color: rgb(102,10,34); }
td.TdClassName
{
border-color: #660A22;
}
.TagClassName
{
border-color: #660A22;
}
</style>