Shades of Pohutukawa #5C0C1F
Tints of Pohutukawa #5C0C1F
RGB
CMYK
RGB Variations
Color information
#5C0C1F (or 0x5C0C1F) is known color: Pohutukawa. HEX triplet: 5C, 0C and 1F. RGB value is (92,12,31). Sum of RGB (Red+Green+Blue) = 92+12+31=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0C1F is #A3F3E0. Grayscale: #262626. Windows color (decimal): -10744801 or 2034780. OLE color: 2034780.
HSL color Cylindrical-coordinate representation of color #5C0C1F: hue angle of 345.75º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C0C1F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 12 | 31 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.64 |
| HSL | 345.75º | 0.77% | 0.2% | - |
| HSV(B) | 345.75º | 0.87% | 0.36% | - |
| XYZ | 4.79 | 2.64 | 1.55 | - |
| YUV | 38.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 31 | 0 | 0.87 | 0.66 | 0.64 | 345.75 | 0.77 | 0.2 |
| Hex | 5C | C | 1F | 0 | 57 | 42 | 40 | 15A | 4D | 14 |
| Octal | 134 | 14 | 37 | 0 | 127 | 102 | 100 | 532 | 115 | 24 |
| Binary | 1011100 | 1100 | 11111 | 0 | 1010111 | 1000010 | 1000000 | 101011010 | 1001101 | 10100 |
Color Harmonies of #5C0C1F
Complementary color
Monochromatic Colors of #5C0C1F
Black with #5C0C1F
Text Example
Text Example
White with #5C0C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C1F; }
p { color: rgb(92,12,31); }
H1.HeaderClassName
{
color: #5C0C1F;
}
.AnyTagClassName
{
color: #5C0C1F;
}
</style>
background-color css
<style>
a { background-color: #5C0C1F; }
a { background-color: rgb(92,12,31); }
div.DivClassName
{
background-color: #5C0C1F;
}
.BgClassName
{
background-color: #5C0C1F;
}
</style>
border-color css
<style>
span { border-color: #5C0C1F; }
span { border-color: rgb(92,12,31); }
td.TdClassName
{
border-color: #5C0C1F;
}
.TagClassName
{
border-color: #5C0C1F;
}
</style>