Shades of Pohutukawa #65121E
Tints of Pohutukawa #65121E
RGB
CMYK
RGB Variations
Color information
#65121E (or 0x65121E) is known color: Pohutukawa. HEX triplet: 65, 12 and 1E. RGB value is (101,18,30). Sum of RGB (Red+Green+Blue) = 101+18+30=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121E is #9AEDE1. Grayscale: #2C2C2C. Windows color (decimal): -10153442 or 1970789. OLE color: 1970789.
HSL color Cylindrical-coordinate representation of color #65121E: hue angle of 351.33º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65121E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 30 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.60 |
| HSL | 351.33º | 0.7% | 0.23% | - |
| HSV(B) | 351.33º | 0.82% | 0.4% | - |
| XYZ | 5.82 | 3.29 | 1.56 | - |
| YUV | 44.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 30 | 0 | 0.82 | 0.70 | 0.60 | 351.33 | 0.7 | 0.23 |
| Hex | 65 | 12 | 1E | 0 | 52 | 46 | 3C | 15F | 46 | 17 |
| Octal | 145 | 22 | 36 | 0 | 122 | 106 | 74 | 537 | 106 | 27 |
| Binary | 1100101 | 10010 | 11110 | 0 | 1010010 | 1000110 | 111100 | 101011111 | 1000110 | 10111 |
Color Harmonies of #65121E
Complementary color
Monochromatic Colors of #65121E
Black with #65121E
Text Example
Text Example
White with #65121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65121E; }
p { color: rgb(101,18,30); }
H1.HeaderClassName
{
color: #65121E;
}
.AnyTagClassName
{
color: #65121E;
}
</style>
background-color css
<style>
a { background-color: #65121E; }
a { background-color: rgb(101,18,30); }
div.DivClassName
{
background-color: #65121E;
}
.BgClassName
{
background-color: #65121E;
}
</style>
border-color css
<style>
span { border-color: #65121E; }
span { border-color: rgb(101,18,30); }
td.TdClassName
{
border-color: #65121E;
}
.TagClassName
{
border-color: #65121E;
}
</style>