Shades of Pohutukawa #65212D
Tints of Pohutukawa #65212D
RGB
CMYK
RGB Variations
Color information
#65212D (or 0x65212D) is known color: Pohutukawa. HEX triplet: 65, 21 and 2D. RGB value is (101,33,45). Sum of RGB (Red+Green+Blue) = 101+33+45=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65212D is #9ADED2. Grayscale: #363636. Windows color (decimal): -10149587 or 2957669. OLE color: 2957669.
HSL color Cylindrical-coordinate representation of color #65212D: hue angle of 349.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65212D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 45 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.60 |
| HSL | 349.41º | 0.51% | 0.26% | - |
| HSV(B) | 349.41º | 0.67% | 0.4% | - |
| XYZ | 6.38 | 4.04 | 2.93 | - |
| YUV | 54.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 45 | 0 | 0.67 | 0.55 | 0.60 | 349.41 | 0.51 | 0.26 |
| Hex | 65 | 21 | 2D | 0 | 43 | 37 | 3C | 15D | 33 | 1A |
| Octal | 145 | 41 | 55 | 0 | 103 | 67 | 74 | 535 | 63 | 32 |
| Binary | 1100101 | 100001 | 101101 | 0 | 1000011 | 110111 | 111100 | 101011101 | 110011 | 11010 |
Color Harmonies of #65212D
Complementary color
Monochromatic Colors of #65212D
Black with #65212D
Text Example
Text Example
White with #65212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65212D; }
p { color: rgb(101,33,45); }
H1.HeaderClassName
{
color: #65212D;
}
.AnyTagClassName
{
color: #65212D;
}
</style>
background-color css
<style>
a { background-color: #65212D; }
a { background-color: rgb(101,33,45); }
div.DivClassName
{
background-color: #65212D;
}
.BgClassName
{
background-color: #65212D;
}
</style>
border-color css
<style>
span { border-color: #65212D; }
span { border-color: rgb(101,33,45); }
td.TdClassName
{
border-color: #65212D;
}
.TagClassName
{
border-color: #65212D;
}
</style>