Shades of Pohutukawa #5B102D
Tints of Pohutukawa #5B102D
RGB
CMYK
RGB Variations
Color information
#5B102D (or 0x5B102D) is known color: Pohutukawa. HEX triplet: 5B, 10 and 2D. RGB value is (91,16,45). Sum of RGB (Red+Green+Blue) = 91+16+45=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B102D is #A4EFD2. Grayscale: #292929. Windows color (decimal): -10809299 or 2953307. OLE color: 2953307.
HSL color Cylindrical-coordinate representation of color #5B102D: hue angle of 336.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B102D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 45 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.64 |
| HSL | 336.8º | 0.7% | 0.21% | - |
| HSV(B) | 336.8º | 0.82% | 0.36% | - |
| XYZ | 4.97 | 2.78 | 2.76 | - |
| YUV | 41.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 45 | 0 | 0.82 | 0.51 | 0.64 | 336.8 | 0.7 | 0.21 |
| Hex | 5B | 10 | 2D | 0 | 52 | 33 | 40 | 151 | 46 | 15 |
| Octal | 133 | 20 | 55 | 0 | 122 | 63 | 100 | 521 | 106 | 25 |
| Binary | 1011011 | 10000 | 101101 | 0 | 1010010 | 110011 | 1000000 | 101010001 | 1000110 | 10101 |
Color Harmonies of #5B102D
Complementary color
Monochromatic Colors of #5B102D
Black with #5B102D
Text Example
Text Example
White with #5B102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B102D; }
p { color: rgb(91,16,45); }
H1.HeaderClassName
{
color: #5B102D;
}
.AnyTagClassName
{
color: #5B102D;
}
</style>
background-color css
<style>
a { background-color: #5B102D; }
a { background-color: rgb(91,16,45); }
div.DivClassName
{
background-color: #5B102D;
}
.BgClassName
{
background-color: #5B102D;
}
</style>
border-color css
<style>
span { border-color: #5B102D; }
span { border-color: rgb(91,16,45); }
td.TdClassName
{
border-color: #5B102D;
}
.TagClassName
{
border-color: #5B102D;
}
</style>