Shades of Pohutukawa #5D0522
Tints of Pohutukawa #5D0522
RGB
CMYK
RGB Variations
Color information
#5D0522 (or 0x5D0522) is known color: Pohutukawa. HEX triplet: 5D, 05 and 22. RGB value is (93,5,34). Sum of RGB (Red+Green+Blue) = 93+5+34=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0522 is #A2FADD. Grayscale: #222222. Windows color (decimal): -10681054 or 2229597. OLE color: 2229597.
HSL color Cylindrical-coordinate representation of color #5D0522: hue angle of 340.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0522 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 34 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.64 |
| HSL | 340.23º | 0.9% | 0.19% | - |
| HSV(B) | 340.23º | 0.95% | 0.36% | - |
| XYZ | 4.86 | 2.55 | 1.75 | - |
| YUV | 34.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 34 | 0 | 0.95 | 0.63 | 0.64 | 340.23 | 0.9 | 0.19 |
| Hex | 5D | 5 | 22 | 0 | 5F | 3F | 40 | 154 | 5A | 13 |
| Octal | 135 | 5 | 42 | 0 | 137 | 77 | 100 | 524 | 132 | 23 |
| Binary | 1011101 | 101 | 100010 | 0 | 1011111 | 111111 | 1000000 | 101010100 | 1011010 | 10011 |
Color Harmonies of #5D0522
Complementary color
Monochromatic Colors of #5D0522
Black with #5D0522
Text Example
Text Example
White with #5D0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0522; }
p { color: rgb(93,5,34); }
H1.HeaderClassName
{
color: #5D0522;
}
.AnyTagClassName
{
color: #5D0522;
}
</style>
background-color css
<style>
a { background-color: #5D0522; }
a { background-color: rgb(93,5,34); }
div.DivClassName
{
background-color: #5D0522;
}
.BgClassName
{
background-color: #5D0522;
}
</style>
border-color css
<style>
span { border-color: #5D0522; }
span { border-color: rgb(93,5,34); }
td.TdClassName
{
border-color: #5D0522;
}
.TagClassName
{
border-color: #5D0522;
}
</style>