Shades of Pohutukawa #5C1A2A
Tints of Pohutukawa #5C1A2A
RGB
CMYK
RGB Variations
Color information
#5C1A2A (or 0x5C1A2A) is known color: Pohutukawa. HEX triplet: 5C, 1A and 2A. RGB value is (92,26,42). Sum of RGB (Red+Green+Blue) = 92+26+42=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1A2A is #A3E5D5. Grayscale: #2F2F2F. Windows color (decimal): -10741206 or 2759260. OLE color: 2759260.
HSL color Cylindrical-coordinate representation of color #5C1A2A: hue angle of 345.45º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C1A2A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 26 | 42 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.64 |
| HSL | 345.45º | 0.56% | 0.23% | - |
| HSV(B) | 345.45º | 0.72% | 0.36% | - |
| XYZ | 5.2 | 3.18 | 2.53 | - |
| YUV | 47.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 42 | 0 | 0.72 | 0.54 | 0.64 | 345.45 | 0.56 | 0.23 |
| Hex | 5C | 1A | 2A | 0 | 48 | 36 | 40 | 159 | 38 | 17 |
| Octal | 134 | 32 | 52 | 0 | 110 | 66 | 100 | 531 | 70 | 27 |
| Binary | 1011100 | 11010 | 101010 | 0 | 1001000 | 110110 | 1000000 | 101011001 | 111000 | 10111 |
Color Harmonies of #5C1A2A
Complementary color
Monochromatic Colors of #5C1A2A
Black with #5C1A2A
Text Example
Text Example
White with #5C1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A2A; }
p { color: rgb(92,26,42); }
H1.HeaderClassName
{
color: #5C1A2A;
}
.AnyTagClassName
{
color: #5C1A2A;
}
</style>
background-color css
<style>
a { background-color: #5C1A2A; }
a { background-color: rgb(92,26,42); }
div.DivClassName
{
background-color: #5C1A2A;
}
.BgClassName
{
background-color: #5C1A2A;
}
</style>
border-color css
<style>
span { border-color: #5C1A2A; }
span { border-color: rgb(92,26,42); }
td.TdClassName
{
border-color: #5C1A2A;
}
.TagClassName
{
border-color: #5C1A2A;
}
</style>