Shades of Pohutukawa #5C202A
Tints of Pohutukawa #5C202A
RGB
CMYK
RGB Variations
Color information
#5C202A (or 0x5C202A) is known color: Pohutukawa. HEX triplet: 5C, 20 and 2A. RGB value is (92,32,42). Sum of RGB (Red+Green+Blue) = 92+32+42=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C202A is #A3DFD5. Grayscale: #333333. Windows color (decimal): -10739670 or 2760796. OLE color: 2760796.
HSL color Cylindrical-coordinate representation of color #5C202A: hue angle of 350º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C202A is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 42 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.64 |
| HSL | 350º | 0.48% | 0.24% | - |
| HSV(B) | 350º | 0.65% | 0.36% | - |
| XYZ | 5.35 | 3.48 | 2.58 | - |
| YUV | 51.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 42 | 0 | 0.65 | 0.54 | 0.64 | 350 | 0.48 | 0.24 |
| Hex | 5C | 20 | 2A | 0 | 41 | 36 | 40 | 15E | 30 | 18 |
| Octal | 134 | 40 | 52 | 0 | 101 | 66 | 100 | 536 | 60 | 30 |
| Binary | 1011100 | 100000 | 101010 | 0 | 1000001 | 110110 | 1000000 | 101011110 | 110000 | 11000 |
Color Harmonies of #5C202A
Complementary color
Monochromatic Colors of #5C202A
Black with #5C202A
Text Example
Text Example
White with #5C202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C202A; }
p { color: rgb(92,32,42); }
H1.HeaderClassName
{
color: #5C202A;
}
.AnyTagClassName
{
color: #5C202A;
}
</style>
background-color css
<style>
a { background-color: #5C202A; }
a { background-color: rgb(92,32,42); }
div.DivClassName
{
background-color: #5C202A;
}
.BgClassName
{
background-color: #5C202A;
}
</style>
border-color css
<style>
span { border-color: #5C202A; }
span { border-color: rgb(92,32,42); }
td.TdClassName
{
border-color: #5C202A;
}
.TagClassName
{
border-color: #5C202A;
}
</style>