Shades of Pohutukawa #65181B
Tints of Pohutukawa #65181B
RGB
CMYK
RGB Variations
Color information
#65181B (or 0x65181B) is known color: Pohutukawa. HEX triplet: 65, 18 and 1B. RGB value is (101,24,27). Sum of RGB (Red+Green+Blue) = 101+24+27=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65181B is #9AE7E4. Grayscale: #2F2F2F. Windows color (decimal): -10151909 or 1775717. OLE color: 1775717.
HSL color Cylindrical-coordinate representation of color #65181B: hue angle of 357.66º 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 #65181B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 27 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.60 |
| HSL | 357.66º | 0.62% | 0.25% | - |
| HSV(B) | 357.66º | 0.76% | 0.4% | - |
| XYZ | 5.89 | 3.5 | 1.4 | - |
| YUV | 47.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 27 | 0 | 0.76 | 0.73 | 0.60 | 357.66 | 0.62 | 0.25 |
| Hex | 65 | 18 | 1B | 0 | 4C | 49 | 3C | 166 | 3E | 19 |
| Octal | 145 | 30 | 33 | 0 | 114 | 111 | 74 | 546 | 76 | 31 |
| Binary | 1100101 | 11000 | 11011 | 0 | 1001100 | 1001001 | 111100 | 101100110 | 111110 | 11001 |
Color Harmonies of #65181B
Complementary color
Monochromatic Colors of #65181B
Black with #65181B
Text Example
Text Example
White with #65181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65181B; }
p { color: rgb(101,24,27); }
H1.HeaderClassName
{
color: #65181B;
}
.AnyTagClassName
{
color: #65181B;
}
</style>
background-color css
<style>
a { background-color: #65181B; }
a { background-color: rgb(101,24,27); }
div.DivClassName
{
background-color: #65181B;
}
.BgClassName
{
background-color: #65181B;
}
</style>
border-color css
<style>
span { border-color: #65181B; }
span { border-color: rgb(101,24,27); }
td.TdClassName
{
border-color: #65181B;
}
.TagClassName
{
border-color: #65181B;
}
</style>