Shades of Pohutukawa #5C132F
Tints of Pohutukawa #5C132F
RGB
CMYK
RGB Variations
Color information
#5C132F (or 0x5C132F) is known color: Pohutukawa. HEX triplet: 5C, 13 and 2F. RGB value is (92,19,47). Sum of RGB (Red+Green+Blue) = 92+19+47=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C132F is #A3ECD0. Grayscale: #2B2B2B. Windows color (decimal): -10742993 or 3085148. OLE color: 3085148.
HSL color Cylindrical-coordinate representation of color #5C132F: hue angle of 336.99º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C132F is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 47 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.64 |
| HSL | 336.99º | 0.66% | 0.22% | - |
| HSV(B) | 336.99º | 0.79% | 0.36% | - |
| XYZ | 5.16 | 2.95 | 2.99 | - |
| YUV | 44.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 47 | 0 | 0.79 | 0.49 | 0.64 | 336.99 | 0.66 | 0.22 |
| Hex | 5C | 13 | 2F | 0 | 4F | 31 | 40 | 151 | 42 | 16 |
| Octal | 134 | 23 | 57 | 0 | 117 | 61 | 100 | 521 | 102 | 26 |
| Binary | 1011100 | 10011 | 101111 | 0 | 1001111 | 110001 | 1000000 | 101010001 | 1000010 | 10110 |
Color Harmonies of #5C132F
Complementary color
Monochromatic Colors of #5C132F
Black with #5C132F
Text Example
Text Example
White with #5C132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C132F; }
p { color: rgb(92,19,47); }
H1.HeaderClassName
{
color: #5C132F;
}
.AnyTagClassName
{
color: #5C132F;
}
</style>
background-color css
<style>
a { background-color: #5C132F; }
a { background-color: rgb(92,19,47); }
div.DivClassName
{
background-color: #5C132F;
}
.BgClassName
{
background-color: #5C132F;
}
</style>
border-color css
<style>
span { border-color: #5C132F; }
span { border-color: rgb(92,19,47); }
td.TdClassName
{
border-color: #5C132F;
}
.TagClassName
{
border-color: #5C132F;
}
</style>