Shades of Pohutukawa #5C172A
Tints of Pohutukawa #5C172A
RGB
CMYK
RGB Variations
Color information
#5C172A (or 0x5C172A) is known color: Pohutukawa. HEX triplet: 5C, 17 and 2A. RGB value is (92,23,42). Sum of RGB (Red+Green+Blue) = 92+23+42=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C172A is #A3E8D5. Grayscale: #2D2D2D. Windows color (decimal): -10741974 or 2758492. OLE color: 2758492.
HSL color Cylindrical-coordinate representation of color #5C172A: hue angle of 343.48º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C172A is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 42 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.64 |
| HSL | 343.48º | 0.6% | 0.23% | - |
| HSV(B) | 343.48º | 0.75% | 0.36% | - |
| XYZ | 5.14 | 3.06 | 2.51 | - |
| YUV | 45.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 42 | 0 | 0.75 | 0.54 | 0.64 | 343.48 | 0.6 | 0.23 |
| Hex | 5C | 17 | 2A | 0 | 4B | 36 | 40 | 157 | 3C | 17 |
| Octal | 134 | 27 | 52 | 0 | 113 | 66 | 100 | 527 | 74 | 27 |
| Binary | 1011100 | 10111 | 101010 | 0 | 1001011 | 110110 | 1000000 | 101010111 | 111100 | 10111 |
Color Harmonies of #5C172A
Complementary color
Monochromatic Colors of #5C172A
Black with #5C172A
Text Example
Text Example
White with #5C172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C172A; }
p { color: rgb(92,23,42); }
H1.HeaderClassName
{
color: #5C172A;
}
.AnyTagClassName
{
color: #5C172A;
}
</style>
background-color css
<style>
a { background-color: #5C172A; }
a { background-color: rgb(92,23,42); }
div.DivClassName
{
background-color: #5C172A;
}
.BgClassName
{
background-color: #5C172A;
}
</style>
border-color css
<style>
span { border-color: #5C172A; }
span { border-color: rgb(92,23,42); }
td.TdClassName
{
border-color: #5C172A;
}
.TagClassName
{
border-color: #5C172A;
}
</style>