Shades of Crown Of Thorns #783B34
Tints of Crown Of Thorns #783B34
RGB
CMYK
RGB Variations
Color information
#783B34 (or 0x783B34) is known color: Crown Of Thorns. HEX triplet: 78, 3B and 34. RGB value is (120,59,52). Sum of RGB (Red+Green+Blue) = 120+59+52=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #783B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B34 is #87C4CB. Grayscale: #4C4C4C. Windows color (decimal): -8897740 or 3423096. OLE color: 3423096.
HSL color Cylindrical-coordinate representation of color #783B34: hue angle of 6.18º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783B34 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 52 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.53 |
| HSL | 6.18º | 0.4% | 0.34% | - |
| HSV(B) | 6.18º | 0.57% | 0.47% | - |
| XYZ | 9.93 | 7.37 | 4.15 | - |
| YUV | 76.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 52 | 0 | 0.51 | 0.57 | 0.53 | 6.18 | 0.4 | 0.34 |
| Hex | 78 | 3B | 34 | 0 | 33 | 39 | 35 | 6 | 28 | 22 |
| Octal | 170 | 73 | 64 | 0 | 63 | 71 | 65 | 6 | 50 | 42 |
| Binary | 1111000 | 111011 | 110100 | 0 | 110011 | 111001 | 110101 | 110 | 101000 | 100010 |
Color Harmonies of #783B34
Complementary color
Monochromatic Colors of #783B34
Black with #783B34
Text Example
Text Example
White with #783B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B34; }
p { color: rgb(120,59,52); }
H1.HeaderClassName
{
color: #783B34;
}
.AnyTagClassName
{
color: #783B34;
}
</style>
background-color css
<style>
a { background-color: #783B34; }
a { background-color: rgb(120,59,52); }
div.DivClassName
{
background-color: #783B34;
}
.BgClassName
{
background-color: #783B34;
}
</style>
border-color css
<style>
span { border-color: #783B34; }
span { border-color: rgb(120,59,52); }
td.TdClassName
{
border-color: #783B34;
}
.TagClassName
{
border-color: #783B34;
}
</style>