Shades of Pohutukawa #65041B
Tints of Pohutukawa #65041B
RGB
CMYK
RGB Variations
Color information
#65041B (or 0x65041B) is known color: Pohutukawa. HEX triplet: 65, 04 and 1B. RGB value is (101,4,27). Sum of RGB (Red+Green+Blue) = 101+4+27=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65041B is #9AFBE4. Grayscale: #232323. Windows color (decimal): -10157029 or 1770597. OLE color: 1770597.
HSL color Cylindrical-coordinate representation of color #65041B: hue angle of 345.77º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65041B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 27 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.60 |
| HSL | 345.77º | 0.92% | 0.21% | - |
| HSV(B) | 345.77º | 0.96% | 0.4% | - |
| XYZ | 5.61 | 2.93 | 1.31 | - |
| YUV | 35.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 27 | 0 | 0.96 | 0.73 | 0.60 | 345.77 | 0.92 | 0.21 |
| Hex | 65 | 4 | 1B | 0 | 60 | 49 | 3C | 15A | 5C | 15 |
| Octal | 145 | 4 | 33 | 0 | 140 | 111 | 74 | 532 | 134 | 25 |
| Binary | 1100101 | 100 | 11011 | 0 | 1100000 | 1001001 | 111100 | 101011010 | 1011100 | 10101 |
Color Harmonies of #65041B
Complementary color
Monochromatic Colors of #65041B
Black with #65041B
Text Example
Text Example
White with #65041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65041B; }
p { color: rgb(101,4,27); }
H1.HeaderClassName
{
color: #65041B;
}
.AnyTagClassName
{
color: #65041B;
}
</style>
background-color css
<style>
a { background-color: #65041B; }
a { background-color: rgb(101,4,27); }
div.DivClassName
{
background-color: #65041B;
}
.BgClassName
{
background-color: #65041B;
}
</style>
border-color css
<style>
span { border-color: #65041B; }
span { border-color: rgb(101,4,27); }
td.TdClassName
{
border-color: #65041B;
}
.TagClassName
{
border-color: #65041B;
}
</style>