Shades of Pohutukawa #651B20
Tints of Pohutukawa #651B20
RGB
CMYK
RGB Variations
Color information
#651B20 (or 0x651B20) is known color: Pohutukawa. HEX triplet: 65, 1B and 20. RGB value is (101,27,32). Sum of RGB (Red+Green+Blue) = 101+27+32=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #651B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B20 is #9AE4DF. Grayscale: #313131. Windows color (decimal): -10151136 or 2104165. OLE color: 2104165.
HSL color Cylindrical-coordinate representation of color #651B20: hue angle of 355.95º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B20 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 32 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.60 |
| HSL | 355.95º | 0.58% | 0.25% | - |
| HSV(B) | 355.95º | 0.73% | 0.4% | - |
| XYZ | 6.02 | 3.65 | 1.75 | - |
| YUV | 49.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 32 | 0 | 0.73 | 0.68 | 0.60 | 355.95 | 0.58 | 0.25 |
| Hex | 65 | 1B | 20 | 0 | 49 | 44 | 3C | 164 | 3A | 19 |
| Octal | 145 | 33 | 40 | 0 | 111 | 104 | 74 | 544 | 72 | 31 |
| Binary | 1100101 | 11011 | 100000 | 0 | 1001001 | 1000100 | 111100 | 101100100 | 111010 | 11001 |
Color Harmonies of #651B20
Complementary color
Monochromatic Colors of #651B20
Black with #651B20
Text Example
Text Example
White with #651B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B20; }
p { color: rgb(101,27,32); }
H1.HeaderClassName
{
color: #651B20;
}
.AnyTagClassName
{
color: #651B20;
}
</style>
background-color css
<style>
a { background-color: #651B20; }
a { background-color: rgb(101,27,32); }
div.DivClassName
{
background-color: #651B20;
}
.BgClassName
{
background-color: #651B20;
}
</style>
border-color css
<style>
span { border-color: #651B20; }
span { border-color: rgb(101,27,32); }
td.TdClassName
{
border-color: #651B20;
}
.TagClassName
{
border-color: #651B20;
}
</style>