Shades of Pohutukawa #65141C
Tints of Pohutukawa #65141C
RGB
CMYK
RGB Variations
Color information
#65141C (or 0x65141C) is known color: Pohutukawa. HEX triplet: 65, 14 and 1C. RGB value is (101,20,28). Sum of RGB (Red+Green+Blue) = 101+20+28=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65141C is #9AEBE3. Grayscale: #2D2D2D. Windows color (decimal): -10152932 or 1840229. OLE color: 1840229.
HSL color Cylindrical-coordinate representation of color #65141C: hue angle of 354.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65141C is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 28 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.60 |
| HSL | 354.07º | 0.67% | 0.24% | - |
| HSV(B) | 354.07º | 0.8% | 0.4% | - |
| XYZ | 5.83 | 3.35 | 1.44 | - |
| YUV | 45.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 28 | 0 | 0.80 | 0.72 | 0.60 | 354.07 | 0.67 | 0.24 |
| Hex | 65 | 14 | 1C | 0 | 50 | 48 | 3C | 162 | 43 | 18 |
| Octal | 145 | 24 | 34 | 0 | 120 | 110 | 74 | 542 | 103 | 30 |
| Binary | 1100101 | 10100 | 11100 | 0 | 1010000 | 1001000 | 111100 | 101100010 | 1000011 | 11000 |
Color Harmonies of #65141C
Complementary color
Monochromatic Colors of #65141C
Black with #65141C
Text Example
Text Example
White with #65141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65141C; }
p { color: rgb(101,20,28); }
H1.HeaderClassName
{
color: #65141C;
}
.AnyTagClassName
{
color: #65141C;
}
</style>
background-color css
<style>
a { background-color: #65141C; }
a { background-color: rgb(101,20,28); }
div.DivClassName
{
background-color: #65141C;
}
.BgClassName
{
background-color: #65141C;
}
</style>
border-color css
<style>
span { border-color: #65141C; }
span { border-color: rgb(101,20,28); }
td.TdClassName
{
border-color: #65141C;
}
.TagClassName
{
border-color: #65141C;
}
</style>