Shades of Pohutukawa #65051C
Tints of Pohutukawa #65051C
RGB
CMYK
RGB Variations
Color information
#65051C (or 0x65051C) is known color: Pohutukawa. HEX triplet: 65, 05 and 1C. RGB value is (101,5,28). Sum of RGB (Red+Green+Blue) = 101+5+28=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65051C is #9AFAE3. Grayscale: #242424. Windows color (decimal): -10156772 or 1836389. OLE color: 1836389.
HSL color Cylindrical-coordinate representation of color #65051C: hue angle of 345.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65051C is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 5 | 28 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.60 |
| HSL | 345.63º | 0.91% | 0.21% | - |
| HSV(B) | 345.63º | 0.95% | 0.4% | - |
| XYZ | 5.63 | 2.96 | 1.37 | - |
| YUV | 36.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 28 | 0 | 0.95 | 0.72 | 0.60 | 345.63 | 0.91 | 0.21 |
| Hex | 65 | 5 | 1C | 0 | 5F | 48 | 3C | 15A | 5B | 15 |
| Octal | 145 | 5 | 34 | 0 | 137 | 110 | 74 | 532 | 133 | 25 |
| Binary | 1100101 | 101 | 11100 | 0 | 1011111 | 1001000 | 111100 | 101011010 | 1011011 | 10101 |
Color Harmonies of #65051C
Complementary color
Monochromatic Colors of #65051C
Black with #65051C
Text Example
Text Example
White with #65051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65051C; }
p { color: rgb(101,5,28); }
H1.HeaderClassName
{
color: #65051C;
}
.AnyTagClassName
{
color: #65051C;
}
</style>
background-color css
<style>
a { background-color: #65051C; }
a { background-color: rgb(101,5,28); }
div.DivClassName
{
background-color: #65051C;
}
.BgClassName
{
background-color: #65051C;
}
</style>
border-color css
<style>
span { border-color: #65051C; }
span { border-color: rgb(101,5,28); }
td.TdClassName
{
border-color: #65051C;
}
.TagClassName
{
border-color: #65051C;
}
</style>