Shades of Pohutukawa #5C031F
Tints of Pohutukawa #5C031F
RGB
CMYK
RGB Variations
Color information
#5C031F (or 0x5C031F) is known color: Pohutukawa. HEX triplet: 5C, 03 and 1F. RGB value is (92,3,31). Sum of RGB (Red+Green+Blue) = 92+3+31=126 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.02% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 92 - color contains mainly: red. Hex color #5C031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C031F is #A3FCE0. Grayscale: #202020. Windows color (decimal): -10747105 or 2032476. OLE color: 2032476.
HSL color Cylindrical-coordinate representation of color #5C031F: hue angle of 341.12º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C031F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.64 |
| HSL | 341.12º | 0.94% | 0.19% | - |
| HSV(B) | 341.12º | 0.97% | 0.36% | - |
| XYZ | 4.69 | 2.44 | 1.52 | - |
| YUV | 32.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 31 | 0 | 0.97 | 0.66 | 0.64 | 341.12 | 0.94 | 0.19 |
| Hex | 5C | 3 | 1F | 0 | 61 | 42 | 40 | 155 | 5E | 13 |
| Octal | 134 | 3 | 37 | 0 | 141 | 102 | 100 | 525 | 136 | 23 |
| Binary | 1011100 | 11 | 11111 | 0 | 1100001 | 1000010 | 1000000 | 101010101 | 1011110 | 10011 |
Color Harmonies of #5C031F
Complementary color
Monochromatic Colors of #5C031F
Black with #5C031F
Text Example
Text Example
White with #5C031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C031F; }
p { color: rgb(92,3,31); }
H1.HeaderClassName
{
color: #5C031F;
}
.AnyTagClassName
{
color: #5C031F;
}
</style>
background-color css
<style>
a { background-color: #5C031F; }
a { background-color: rgb(92,3,31); }
div.DivClassName
{
background-color: #5C031F;
}
.BgClassName
{
background-color: #5C031F;
}
</style>
border-color css
<style>
span { border-color: #5C031F; }
span { border-color: rgb(92,3,31); }
td.TdClassName
{
border-color: #5C031F;
}
.TagClassName
{
border-color: #5C031F;
}
</style>