Shades of Pohutukawa #5C1122
Tints of Pohutukawa #5C1122
RGB
CMYK
RGB Variations
Color information
#5C1122 (or 0x5C1122) is known color: Pohutukawa. HEX triplet: 5C, 11 and 22. RGB value is (92,17,34). Sum of RGB (Red+Green+Blue) = 92+17+34=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1122 is #A3EEDD. Grayscale: #292929. Windows color (decimal): -10743518 or 2232668. OLE color: 2232668.
HSL color Cylindrical-coordinate representation of color #5C1122: hue angle of 346.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1122 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 34 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.64 |
| HSL | 346.4º | 0.69% | 0.21% | - |
| HSV(B) | 346.4º | 0.82% | 0.36% | - |
| XYZ | 4.9 | 2.79 | 1.79 | - |
| YUV | 41.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 34 | 0 | 0.82 | 0.63 | 0.64 | 346.4 | 0.69 | 0.21 |
| Hex | 5C | 11 | 22 | 0 | 52 | 3F | 40 | 15A | 45 | 15 |
| Octal | 134 | 21 | 42 | 0 | 122 | 77 | 100 | 532 | 105 | 25 |
| Binary | 1011100 | 10001 | 100010 | 0 | 1010010 | 111111 | 1000000 | 101011010 | 1000101 | 10101 |
Color Harmonies of #5C1122
Complementary color
Monochromatic Colors of #5C1122
Black with #5C1122
Text Example
Text Example
White with #5C1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1122; }
p { color: rgb(92,17,34); }
H1.HeaderClassName
{
color: #5C1122;
}
.AnyTagClassName
{
color: #5C1122;
}
</style>
background-color css
<style>
a { background-color: #5C1122; }
a { background-color: rgb(92,17,34); }
div.DivClassName
{
background-color: #5C1122;
}
.BgClassName
{
background-color: #5C1122;
}
</style>
border-color css
<style>
span { border-color: #5C1122; }
span { border-color: rgb(92,17,34); }
td.TdClassName
{
border-color: #5C1122;
}
.TagClassName
{
border-color: #5C1122;
}
</style>