Shades of Pohutukawa #65041A
Tints of Pohutukawa #65041A
RGB
CMYK
RGB Variations
Color information
#65041A (or 0x65041A) is known color: Pohutukawa. HEX triplet: 65, 04 and 1A. RGB value is (101,4,26). Sum of RGB (Red+Green+Blue) = 101+4+26=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65041A is #9AFBE5. Grayscale: #232323. Windows color (decimal): -10157030 or 1705061. OLE color: 1705061.
HSL color Cylindrical-coordinate representation of color #65041A: hue angle of 346.39º 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 #65041A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 26 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.60 |
| HSL | 346.39º | 0.92% | 0.21% | - |
| HSV(B) | 346.39º | 0.96% | 0.4% | - |
| XYZ | 5.6 | 2.93 | 1.25 | - |
| YUV | 35.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 26 | 0 | 0.96 | 0.74 | 0.60 | 346.39 | 0.92 | 0.21 |
| Hex | 65 | 4 | 1A | 0 | 60 | 4A | 3C | 15A | 5C | 15 |
| Octal | 145 | 4 | 32 | 0 | 140 | 112 | 74 | 532 | 134 | 25 |
| Binary | 1100101 | 100 | 11010 | 0 | 1100000 | 1001010 | 111100 | 101011010 | 1011100 | 10101 |
Color Harmonies of #65041A
Complementary color
Monochromatic Colors of #65041A
Black with #65041A
Text Example
Text Example
White with #65041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65041A; }
p { color: rgb(101,4,26); }
H1.HeaderClassName
{
color: #65041A;
}
.AnyTagClassName
{
color: #65041A;
}
</style>
background-color css
<style>
a { background-color: #65041A; }
a { background-color: rgb(101,4,26); }
div.DivClassName
{
background-color: #65041A;
}
.BgClassName
{
background-color: #65041A;
}
</style>
border-color css
<style>
span { border-color: #65041A; }
span { border-color: rgb(101,4,26); }
td.TdClassName
{
border-color: #65041A;
}
.TagClassName
{
border-color: #65041A;
}
</style>