Shades of Pohutukawa #5C0D1F
Tints of Pohutukawa #5C0D1F
RGB
CMYK
RGB Variations
Color information
#5C0D1F (or 0x5C0D1F) is known color: Pohutukawa. HEX triplet: 5C, 0D and 1F. RGB value is (92,13,31). Sum of RGB (Red+Green+Blue) = 92+13+31=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0D1F is #A3F2E0. Grayscale: #262626. Windows color (decimal): -10744545 or 2035036. OLE color: 2035036.
HSL color Cylindrical-coordinate representation of color #5C0D1F: hue angle of 346.33º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C0D1F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 13 | 31 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.64 |
| HSL | 346.33º | 0.75% | 0.21% | - |
| HSV(B) | 346.33º | 0.86% | 0.36% | - |
| XYZ | 4.8 | 2.66 | 1.56 | - |
| YUV | 38.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 31 | 0 | 0.86 | 0.66 | 0.64 | 346.33 | 0.75 | 0.21 |
| Hex | 5C | D | 1F | 0 | 56 | 42 | 40 | 15A | 4B | 15 |
| Octal | 134 | 15 | 37 | 0 | 126 | 102 | 100 | 532 | 113 | 25 |
| Binary | 1011100 | 1101 | 11111 | 0 | 1010110 | 1000010 | 1000000 | 101011010 | 1001011 | 10101 |
Color Harmonies of #5C0D1F
Complementary color
Monochromatic Colors of #5C0D1F
Black with #5C0D1F
Text Example
Text Example
White with #5C0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D1F; }
p { color: rgb(92,13,31); }
H1.HeaderClassName
{
color: #5C0D1F;
}
.AnyTagClassName
{
color: #5C0D1F;
}
</style>
background-color css
<style>
a { background-color: #5C0D1F; }
a { background-color: rgb(92,13,31); }
div.DivClassName
{
background-color: #5C0D1F;
}
.BgClassName
{
background-color: #5C0D1F;
}
</style>
border-color css
<style>
span { border-color: #5C0D1F; }
span { border-color: rgb(92,13,31); }
td.TdClassName
{
border-color: #5C0D1F;
}
.TagClassName
{
border-color: #5C0D1F;
}
</style>