Shades of Pohutukawa #5B102C
Tints of Pohutukawa #5B102C
RGB
CMYK
RGB Variations
Color information
#5B102C (or 0x5B102C) is known color: Pohutukawa. HEX triplet: 5B, 10 and 2C. RGB value is (91,16,44). Sum of RGB (Red+Green+Blue) = 91+16+44=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B102C is #A4EFD3. Grayscale: #292929. Windows color (decimal): -10809300 or 2887771. OLE color: 2887771.
HSL color Cylindrical-coordinate representation of color #5B102C: hue angle of 337.6º 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 #5B102C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 44 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.64 |
| HSL | 337.6º | 0.7% | 0.21% | - |
| HSV(B) | 337.6º | 0.82% | 0.36% | - |
| XYZ | 4.95 | 2.78 | 2.66 | - |
| YUV | 41.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 44 | 0 | 0.82 | 0.52 | 0.64 | 337.6 | 0.7 | 0.21 |
| Hex | 5B | 10 | 2C | 0 | 52 | 34 | 40 | 152 | 46 | 15 |
| Octal | 133 | 20 | 54 | 0 | 122 | 64 | 100 | 522 | 106 | 25 |
| Binary | 1011011 | 10000 | 101100 | 0 | 1010010 | 110100 | 1000000 | 101010010 | 1000110 | 10101 |
Color Harmonies of #5B102C
Complementary color
Monochromatic Colors of #5B102C
Black with #5B102C
Text Example
Text Example
White with #5B102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B102C; }
p { color: rgb(91,16,44); }
H1.HeaderClassName
{
color: #5B102C;
}
.AnyTagClassName
{
color: #5B102C;
}
</style>
background-color css
<style>
a { background-color: #5B102C; }
a { background-color: rgb(91,16,44); }
div.DivClassName
{
background-color: #5B102C;
}
.BgClassName
{
background-color: #5B102C;
}
</style>
border-color css
<style>
span { border-color: #5B102C; }
span { border-color: rgb(91,16,44); }
td.TdClassName
{
border-color: #5B102C;
}
.TagClassName
{
border-color: #5B102C;
}
</style>