Shades of Pohutukawa #651C1D
Tints of Pohutukawa #651C1D
RGB
CMYK
RGB Variations
Color information
#651C1D (or 0x651C1D) is known color: Pohutukawa. HEX triplet: 65, 1C and 1D. RGB value is (101,28,29). Sum of RGB (Red+Green+Blue) = 101+28+29=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C1D is #9AE3E2. Grayscale: #323232. Windows color (decimal): -10150883 or 1907813. OLE color: 1907813.
HSL color Cylindrical-coordinate representation of color #651C1D: hue angle of 359.18º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C1D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 29 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.60 |
| HSL | 359.18º | 0.57% | 0.25% | - |
| HSV(B) | 359.18º | 0.72% | 0.4% | - |
| XYZ | 6 | 3.69 | 1.56 | - |
| YUV | 49.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 29 | 0 | 0.72 | 0.71 | 0.60 | 359.18 | 0.57 | 0.25 |
| Hex | 65 | 1C | 1D | 0 | 48 | 47 | 3C | 167 | 39 | 19 |
| Octal | 145 | 34 | 35 | 0 | 110 | 107 | 74 | 547 | 71 | 31 |
| Binary | 1100101 | 11100 | 11101 | 0 | 1001000 | 1000111 | 111100 | 101100111 | 111001 | 11001 |
Color Harmonies of #651C1D
Complementary color
Monochromatic Colors of #651C1D
Black with #651C1D
Text Example
Text Example
White with #651C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C1D; }
p { color: rgb(101,28,29); }
H1.HeaderClassName
{
color: #651C1D;
}
.AnyTagClassName
{
color: #651C1D;
}
</style>
background-color css
<style>
a { background-color: #651C1D; }
a { background-color: rgb(101,28,29); }
div.DivClassName
{
background-color: #651C1D;
}
.BgClassName
{
background-color: #651C1D;
}
</style>
border-color css
<style>
span { border-color: #651C1D; }
span { border-color: rgb(101,28,29); }
td.TdClassName
{
border-color: #651C1D;
}
.TagClassName
{
border-color: #651C1D;
}
</style>