Shades of Pohutukawa #5C0F1A
Tints of Pohutukawa #5C0F1A
RGB
CMYK
RGB Variations
Color information
#5C0F1A (or 0x5C0F1A) is known color: Pohutukawa. HEX triplet: 5C, 0F and 1A. RGB value is (92,15,26). Sum of RGB (Red+Green+Blue) = 92+15+26=133 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.17% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F1A is #A3F0E5. Grayscale: #272727. Windows color (decimal): -10744038 or 1707868. OLE color: 1707868.
HSL color Cylindrical-coordinate representation of color #5C0F1A: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F1A is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 15 | 26 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.64 |
| HSL | 351.43º | 0.72% | 0.21% | - |
| HSV(B) | 351.43º | 0.84% | 0.36% | - |
| XYZ | 4.77 | 2.69 | 1.25 | - |
| YUV | 39.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 26 | 0 | 0.84 | 0.72 | 0.64 | 351.43 | 0.72 | 0.21 |
| Hex | 5C | F | 1A | 0 | 54 | 48 | 40 | 15F | 48 | 15 |
| Octal | 134 | 17 | 32 | 0 | 124 | 110 | 100 | 537 | 110 | 25 |
| Binary | 1011100 | 1111 | 11010 | 0 | 1010100 | 1001000 | 1000000 | 101011111 | 1001000 | 10101 |
Color Harmonies of #5C0F1A
Complementary color
Monochromatic Colors of #5C0F1A
Black with #5C0F1A
Text Example
Text Example
White with #5C0F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F1A; }
p { color: rgb(92,15,26); }
H1.HeaderClassName
{
color: #5C0F1A;
}
.AnyTagClassName
{
color: #5C0F1A;
}
</style>
background-color css
<style>
a { background-color: #5C0F1A; }
a { background-color: rgb(92,15,26); }
div.DivClassName
{
background-color: #5C0F1A;
}
.BgClassName
{
background-color: #5C0F1A;
}
</style>
border-color css
<style>
span { border-color: #5C0F1A; }
span { border-color: rgb(92,15,26); }
td.TdClassName
{
border-color: #5C0F1A;
}
.TagClassName
{
border-color: #5C0F1A;
}
</style>