Shades of Pohutukawa #65171D
Tints of Pohutukawa #65171D
RGB
CMYK
RGB Variations
Color information
#65171D (or 0x65171D) is known color: Pohutukawa. HEX triplet: 65, 17 and 1D. RGB value is (101,23,29). Sum of RGB (Red+Green+Blue) = 101+23+29=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65171D is #9AE8E2. Grayscale: #2F2F2F. Windows color (decimal): -10152163 or 1906533. OLE color: 1906533.
HSL color Cylindrical-coordinate representation of color #65171D: hue angle of 355.38º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65171D is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 23 | 29 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.60 |
| HSL | 355.38º | 0.63% | 0.24% | - |
| HSV(B) | 355.38º | 0.77% | 0.4% | - |
| XYZ | 5.89 | 3.47 | 1.52 | - |
| YUV | 47.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 29 | 0 | 0.77 | 0.71 | 0.60 | 355.38 | 0.63 | 0.24 |
| Hex | 65 | 17 | 1D | 0 | 4D | 47 | 3C | 163 | 3F | 18 |
| Octal | 145 | 27 | 35 | 0 | 115 | 107 | 74 | 543 | 77 | 30 |
| Binary | 1100101 | 10111 | 11101 | 0 | 1001101 | 1000111 | 111100 | 101100011 | 111111 | 11000 |
Color Harmonies of #65171D
Complementary color
Monochromatic Colors of #65171D
Black with #65171D
Text Example
Text Example
White with #65171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65171D; }
p { color: rgb(101,23,29); }
H1.HeaderClassName
{
color: #65171D;
}
.AnyTagClassName
{
color: #65171D;
}
</style>
background-color css
<style>
a { background-color: #65171D; }
a { background-color: rgb(101,23,29); }
div.DivClassName
{
background-color: #65171D;
}
.BgClassName
{
background-color: #65171D;
}
</style>
border-color css
<style>
span { border-color: #65171D; }
span { border-color: rgb(101,23,29); }
td.TdClassName
{
border-color: #65171D;
}
.TagClassName
{
border-color: #65171D;
}
</style>