Shades of Pohutukawa #65102C
Tints of Pohutukawa #65102C
RGB
CMYK
RGB Variations
Color information
#65102C (or 0x65102C) is known color: Pohutukawa. HEX triplet: 65, 10 and 2C. RGB value is (101,16,44). Sum of RGB (Red+Green+Blue) = 101+16+44=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65102C is #9AEFD3. Grayscale: #2C2C2C. Windows color (decimal): -10153940 or 2887781. OLE color: 2887781.
HSL color Cylindrical-coordinate representation of color #65102C: hue angle of 340.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65102C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 44 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.60 |
| HSL | 340.24º | 0.73% | 0.23% | - |
| HSV(B) | 340.24º | 0.84% | 0.4% | - |
| XYZ | 6.01 | 3.32 | 2.71 | - |
| YUV | 44.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 44 | 0 | 0.84 | 0.56 | 0.60 | 340.24 | 0.73 | 0.23 |
| Hex | 65 | 10 | 2C | 0 | 54 | 38 | 3C | 154 | 49 | 17 |
| Octal | 145 | 20 | 54 | 0 | 124 | 70 | 74 | 524 | 111 | 27 |
| Binary | 1100101 | 10000 | 101100 | 0 | 1010100 | 111000 | 111100 | 101010100 | 1001001 | 10111 |
Color Harmonies of #65102C
Complementary color
Monochromatic Colors of #65102C
Black with #65102C
Text Example
Text Example
White with #65102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65102C; }
p { color: rgb(101,16,44); }
H1.HeaderClassName
{
color: #65102C;
}
.AnyTagClassName
{
color: #65102C;
}
</style>
background-color css
<style>
a { background-color: #65102C; }
a { background-color: rgb(101,16,44); }
div.DivClassName
{
background-color: #65102C;
}
.BgClassName
{
background-color: #65102C;
}
</style>
border-color css
<style>
span { border-color: #65102C; }
span { border-color: rgb(101,16,44); }
td.TdClassName
{
border-color: #65102C;
}
.TagClassName
{
border-color: #65102C;
}
</style>