Shades of Pohutukawa #5B172A
Tints of Pohutukawa #5B172A
RGB
CMYK
RGB Variations
Color information
#5B172A (or 0x5B172A) is known color: Pohutukawa. HEX triplet: 5B, 17 and 2A. RGB value is (91,23,42). Sum of RGB (Red+Green+Blue) = 91+23+42=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B172A is #A4E8D5. Grayscale: #2D2D2D. Windows color (decimal): -10807510 or 2758491. OLE color: 2758491.
HSL color Cylindrical-coordinate representation of color #5B172A: hue angle of 343.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B172A is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 42 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.64 |
| HSL | 343.24º | 0.6% | 0.22% | - |
| HSV(B) | 343.24º | 0.75% | 0.36% | - |
| XYZ | 5.04 | 3 | 2.5 | - |
| YUV | 45.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 42 | 0 | 0.75 | 0.54 | 0.64 | 343.24 | 0.6 | 0.22 |
| Hex | 5B | 17 | 2A | 0 | 4B | 36 | 40 | 157 | 3C | 16 |
| Octal | 133 | 27 | 52 | 0 | 113 | 66 | 100 | 527 | 74 | 26 |
| Binary | 1011011 | 10111 | 101010 | 0 | 1001011 | 110110 | 1000000 | 101010111 | 111100 | 10110 |
Color Harmonies of #5B172A
Complementary color
Monochromatic Colors of #5B172A
Black with #5B172A
Text Example
Text Example
White with #5B172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B172A; }
p { color: rgb(91,23,42); }
H1.HeaderClassName
{
color: #5B172A;
}
.AnyTagClassName
{
color: #5B172A;
}
</style>
background-color css
<style>
a { background-color: #5B172A; }
a { background-color: rgb(91,23,42); }
div.DivClassName
{
background-color: #5B172A;
}
.BgClassName
{
background-color: #5B172A;
}
</style>
border-color css
<style>
span { border-color: #5B172A; }
span { border-color: rgb(91,23,42); }
td.TdClassName
{
border-color: #5B172A;
}
.TagClassName
{
border-color: #5B172A;
}
</style>