Shades of Pohutukawa #5C051C
Tints of Pohutukawa #5C051C
RGB
CMYK
RGB Variations
Color information
#5C051C (or 0x5C051C) is known color: Pohutukawa. HEX triplet: 5C, 05 and 1C. RGB value is (92,5,28). Sum of RGB (Red+Green+Blue) = 92+5+28=125 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 92 - color contains mainly: red. Hex color #5C051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C051C is #A3FAE3. Grayscale: #212121. Windows color (decimal): -10746596 or 1836380. OLE color: 1836380.
HSL color Cylindrical-coordinate representation of color #5C051C: hue angle of 344.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C051C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 28 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.64 |
| HSL | 344.14º | 0.9% | 0.19% | - |
| HSV(B) | 344.14º | 0.95% | 0.36% | - |
| XYZ | 4.68 | 2.47 | 1.33 | - |
| YUV | 33.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 28 | 0 | 0.95 | 0.70 | 0.64 | 344.14 | 0.9 | 0.19 |
| Hex | 5C | 5 | 1C | 0 | 5F | 46 | 40 | 158 | 5A | 13 |
| Octal | 134 | 5 | 34 | 0 | 137 | 106 | 100 | 530 | 132 | 23 |
| Binary | 1011100 | 101 | 11100 | 0 | 1011111 | 1000110 | 1000000 | 101011000 | 1011010 | 10011 |
Color Harmonies of #5C051C
Complementary color
Monochromatic Colors of #5C051C
Black with #5C051C
Text Example
Text Example
White with #5C051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C051C; }
p { color: rgb(92,5,28); }
H1.HeaderClassName
{
color: #5C051C;
}
.AnyTagClassName
{
color: #5C051C;
}
</style>
background-color css
<style>
a { background-color: #5C051C; }
a { background-color: rgb(92,5,28); }
div.DivClassName
{
background-color: #5C051C;
}
.BgClassName
{
background-color: #5C051C;
}
</style>
border-color css
<style>
span { border-color: #5C051C; }
span { border-color: rgb(92,5,28); }
td.TdClassName
{
border-color: #5C051C;
}
.TagClassName
{
border-color: #5C051C;
}
</style>