Shades of Crown Of Thorns #773A31
Tints of Crown Of Thorns #773A31
RGB
CMYK
RGB Variations
Color information
#773A31 (or 0x773A31) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 31. RGB value is (119,58,49). Sum of RGB (Red+Green+Blue) = 119+58+49=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A31 is #88C5CE. Grayscale: #4B4B4B. Windows color (decimal): -8963535 or 3226231. OLE color: 3226231.
HSL color Cylindrical-coordinate representation of color #773A31: hue angle of 7.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773A31 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 49 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.53 |
| HSL | 7.71º | 0.42% | 0.33% | - |
| HSV(B) | 7.71º | 0.59% | 0.47% | - |
| XYZ | 9.68 | 7.17 | 3.78 | - |
| YUV | 75.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 49 | 0 | 0.51 | 0.59 | 0.53 | 7.71 | 0.42 | 0.33 |
| Hex | 77 | 3A | 31 | 0 | 33 | 3B | 35 | 8 | 2A | 21 |
| Octal | 167 | 72 | 61 | 0 | 63 | 73 | 65 | 10 | 52 | 41 |
| Binary | 1110111 | 111010 | 110001 | 0 | 110011 | 111011 | 110101 | 1000 | 101010 | 100001 |
Color Harmonies of #773A31
Complementary color
Monochromatic Colors of #773A31
Black with #773A31
Text Example
Text Example
White with #773A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A31; }
p { color: rgb(119,58,49); }
H1.HeaderClassName
{
color: #773A31;
}
.AnyTagClassName
{
color: #773A31;
}
</style>
background-color css
<style>
a { background-color: #773A31; }
a { background-color: rgb(119,58,49); }
div.DivClassName
{
background-color: #773A31;
}
.BgClassName
{
background-color: #773A31;
}
</style>
border-color css
<style>
span { border-color: #773A31; }
span { border-color: rgb(119,58,49); }
td.TdClassName
{
border-color: #773A31;
}
.TagClassName
{
border-color: #773A31;
}
</style>