Shades of Pohutukawa #65152A
Tints of Pohutukawa #65152A
RGB
CMYK
RGB Variations
Color information
#65152A (or 0x65152A) is known color: Pohutukawa. HEX triplet: 65, 15 and 2A. RGB value is (101,21,42). Sum of RGB (Red+Green+Blue) = 101+21+42=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65152A is #9AEAD5. Grayscale: #2F2F2F. Windows color (decimal): -10152662 or 2757989. OLE color: 2757989.
HSL color Cylindrical-coordinate representation of color #65152A: hue angle of 344.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65152A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 42 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.60 |
| HSL | 344.25º | 0.66% | 0.24% | - |
| HSV(B) | 344.25º | 0.79% | 0.4% | - |
| XYZ | 6.05 | 3.47 | 2.54 | - |
| YUV | 47.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 42 | 0 | 0.79 | 0.58 | 0.60 | 344.25 | 0.66 | 0.24 |
| Hex | 65 | 15 | 2A | 0 | 4F | 3A | 3C | 158 | 42 | 18 |
| Octal | 145 | 25 | 52 | 0 | 117 | 72 | 74 | 530 | 102 | 30 |
| Binary | 1100101 | 10101 | 101010 | 0 | 1001111 | 111010 | 111100 | 101011000 | 1000010 | 11000 |
Color Harmonies of #65152A
Complementary color
Monochromatic Colors of #65152A
Black with #65152A
Text Example
Text Example
White with #65152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65152A; }
p { color: rgb(101,21,42); }
H1.HeaderClassName
{
color: #65152A;
}
.AnyTagClassName
{
color: #65152A;
}
</style>
background-color css
<style>
a { background-color: #65152A; }
a { background-color: rgb(101,21,42); }
div.DivClassName
{
background-color: #65152A;
}
.BgClassName
{
background-color: #65152A;
}
</style>
border-color css
<style>
span { border-color: #65152A; }
span { border-color: rgb(101,21,42); }
td.TdClassName
{
border-color: #65152A;
}
.TagClassName
{
border-color: #65152A;
}
</style>