Shades of Pohutukawa #5C171F
Tints of Pohutukawa #5C171F
RGB
CMYK
RGB Variations
Color information
#5C171F (or 0x5C171F) is known color: Pohutukawa. HEX triplet: 5C, 17 and 1F. RGB value is (92,23,31). Sum of RGB (Red+Green+Blue) = 92+23+31=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C171F is #A3E8E0. Grayscale: #2C2C2C. Windows color (decimal): -10741985 or 2037596. OLE color: 2037596.
HSL color Cylindrical-coordinate representation of color #5C171F: hue angle of 353.04º 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 #5C171F is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 31 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.64 |
| HSL | 353.04º | 0.6% | 0.23% | - |
| HSV(B) | 353.04º | 0.75% | 0.36% | - |
| XYZ | 4.97 | 2.99 | 1.61 | - |
| YUV | 44.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 31 | 0 | 0.75 | 0.66 | 0.64 | 353.04 | 0.6 | 0.23 |
| Hex | 5C | 17 | 1F | 0 | 4B | 42 | 40 | 161 | 3C | 17 |
| Octal | 134 | 27 | 37 | 0 | 113 | 102 | 100 | 541 | 74 | 27 |
| Binary | 1011100 | 10111 | 11111 | 0 | 1001011 | 1000010 | 1000000 | 101100001 | 111100 | 10111 |
Color Harmonies of #5C171F
Complementary color
Monochromatic Colors of #5C171F
Black with #5C171F
Text Example
Text Example
White with #5C171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C171F; }
p { color: rgb(92,23,31); }
H1.HeaderClassName
{
color: #5C171F;
}
.AnyTagClassName
{
color: #5C171F;
}
</style>
background-color css
<style>
a { background-color: #5C171F; }
a { background-color: rgb(92,23,31); }
div.DivClassName
{
background-color: #5C171F;
}
.BgClassName
{
background-color: #5C171F;
}
</style>
border-color css
<style>
span { border-color: #5C171F; }
span { border-color: rgb(92,23,31); }
td.TdClassName
{
border-color: #5C171F;
}
.TagClassName
{
border-color: #5C171F;
}
</style>