Shades of Pohutukawa #652023
Tints of Pohutukawa #652023
RGB
CMYK
RGB Variations
Color information
#652023 (or 0x652023) is known color: Pohutukawa. HEX triplet: 65, 20 and 23. RGB value is (101,32,35). Sum of RGB (Red+Green+Blue) = 101+32+35=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #652023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652023 is #9ADFDC. Grayscale: #353535. Windows color (decimal): -10149853 or 2302053. OLE color: 2302053.
HSL color Cylindrical-coordinate representation of color #652023: hue angle of 357.39º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652023 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 35 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.60 |
| HSL | 357.39º | 0.52% | 0.26% | - |
| HSV(B) | 357.39º | 0.68% | 0.4% | - |
| XYZ | 6.19 | 3.92 | 2.02 | - |
| YUV | 52.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 35 | 0 | 0.68 | 0.65 | 0.60 | 357.39 | 0.52 | 0.26 |
| Hex | 65 | 20 | 23 | 0 | 44 | 41 | 3C | 165 | 34 | 1A |
| Octal | 145 | 40 | 43 | 0 | 104 | 101 | 74 | 545 | 64 | 32 |
| Binary | 1100101 | 100000 | 100011 | 0 | 1000100 | 1000001 | 111100 | 101100101 | 110100 | 11010 |
Color Harmonies of #652023
Complementary color
Monochromatic Colors of #652023
Black with #652023
Text Example
Text Example
White with #652023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652023; }
p { color: rgb(101,32,35); }
H1.HeaderClassName
{
color: #652023;
}
.AnyTagClassName
{
color: #652023;
}
</style>
background-color css
<style>
a { background-color: #652023; }
a { background-color: rgb(101,32,35); }
div.DivClassName
{
background-color: #652023;
}
.BgClassName
{
background-color: #652023;
}
</style>
border-color css
<style>
span { border-color: #652023; }
span { border-color: rgb(101,32,35); }
td.TdClassName
{
border-color: #652023;
}
.TagClassName
{
border-color: #652023;
}
</style>