Shades of Pohutukawa #5C0722
Tints of Pohutukawa #5C0722
RGB
CMYK
RGB Variations
Color information
#5C0722 (or 0x5C0722) is known color: Pohutukawa. HEX triplet: 5C, 07 and 22. RGB value is (92,7,34). Sum of RGB (Red+Green+Blue) = 92+7+34=133 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.17% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0722 is #A3F8DD. Grayscale: #232323. Windows color (decimal): -10746078 or 2230108. OLE color: 2230108.
HSL color Cylindrical-coordinate representation of color #5C0722: hue angle of 340.94º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0722 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 34 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.64 |
| HSL | 340.94º | 0.86% | 0.19% | - |
| HSV(B) | 340.94º | 0.92% | 0.36% | - |
| XYZ | 4.78 | 2.54 | 1.75 | - |
| YUV | 35.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 34 | 0 | 0.92 | 0.63 | 0.64 | 340.94 | 0.86 | 0.19 |
| Hex | 5C | 7 | 22 | 0 | 5C | 3F | 40 | 155 | 56 | 13 |
| Octal | 134 | 7 | 42 | 0 | 134 | 77 | 100 | 525 | 126 | 23 |
| Binary | 1011100 | 111 | 100010 | 0 | 1011100 | 111111 | 1000000 | 101010101 | 1010110 | 10011 |
Color Harmonies of #5C0722
Complementary color
Monochromatic Colors of #5C0722
Black with #5C0722
Text Example
Text Example
White with #5C0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0722; }
p { color: rgb(92,7,34); }
H1.HeaderClassName
{
color: #5C0722;
}
.AnyTagClassName
{
color: #5C0722;
}
</style>
background-color css
<style>
a { background-color: #5C0722; }
a { background-color: rgb(92,7,34); }
div.DivClassName
{
background-color: #5C0722;
}
.BgClassName
{
background-color: #5C0722;
}
</style>
border-color css
<style>
span { border-color: #5C0722; }
span { border-color: rgb(92,7,34); }
td.TdClassName
{
border-color: #5C0722;
}
.TagClassName
{
border-color: #5C0722;
}
</style>