Shades of Pohutukawa #5C0819
Tints of Pohutukawa #5C0819
RGB
CMYK
RGB Variations
Color information
#5C0819 (or 0x5C0819) is known color: Pohutukawa. HEX triplet: 5C, 08 and 19. RGB value is (92,8,25). Sum of RGB (Red+Green+Blue) = 92+8+25=125 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0819 is #A3F7E6. Grayscale: #232323. Windows color (decimal): -10745831 or 1640540. OLE color: 1640540.
HSL color Cylindrical-coordinate representation of color #5C0819: hue angle of 347.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0819 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 25 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.64 |
| HSL | 347.86º | 0.84% | 0.2% | - |
| HSV(B) | 347.86º | 0.91% | 0.36% | - |
| XYZ | 4.68 | 2.52 | 1.16 | - |
| YUV | 35.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 25 | 0 | 0.91 | 0.73 | 0.64 | 347.86 | 0.84 | 0.2 |
| Hex | 5C | 8 | 19 | 0 | 5B | 49 | 40 | 15C | 54 | 14 |
| Octal | 134 | 10 | 31 | 0 | 133 | 111 | 100 | 534 | 124 | 24 |
| Binary | 1011100 | 1000 | 11001 | 0 | 1011011 | 1001001 | 1000000 | 101011100 | 1010100 | 10100 |
Color Harmonies of #5C0819
Complementary color
Monochromatic Colors of #5C0819
Black with #5C0819
Text Example
Text Example
White with #5C0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0819; }
p { color: rgb(92,8,25); }
H1.HeaderClassName
{
color: #5C0819;
}
.AnyTagClassName
{
color: #5C0819;
}
</style>
background-color css
<style>
a { background-color: #5C0819; }
a { background-color: rgb(92,8,25); }
div.DivClassName
{
background-color: #5C0819;
}
.BgClassName
{
background-color: #5C0819;
}
</style>
border-color css
<style>
span { border-color: #5C0819; }
span { border-color: rgb(92,8,25); }
td.TdClassName
{
border-color: #5C0819;
}
.TagClassName
{
border-color: #5C0819;
}
</style>