Shades of Crown Of Thorns #783A39
Tints of Crown Of Thorns #783A39
RGB
CMYK
RGB Variations
Color information
#783A39 (or 0x783A39) is known color: Crown Of Thorns. HEX triplet: 78, 3A and 39. RGB value is (120,58,57). Sum of RGB (Red+Green+Blue) = 120+58+57=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A39 is #87C5C6. Grayscale: #4C4C4C. Windows color (decimal): -8897991 or 3750520. OLE color: 3750520.
HSL color Cylindrical-coordinate representation of color #783A39: hue angle of 0.95º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A39 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 57 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.53 |
| HSL | 0.95º | 0.36% | 0.35% | - |
| HSV(B) | 0.95º | 0.53% | 0.47% | - |
| XYZ | 10 | 7.31 | 4.76 | - |
| YUV | 76.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 57 | 0 | 0.52 | 0.52 | 0.53 | 0.95 | 0.36 | 0.35 |
| Hex | 78 | 3A | 39 | 0 | 34 | 34 | 35 | 1 | 24 | 23 |
| Octal | 170 | 72 | 71 | 0 | 64 | 64 | 65 | 1 | 44 | 43 |
| Binary | 1111000 | 111010 | 111001 | 0 | 110100 | 110100 | 110101 | 1 | 100100 | 100011 |
Color Harmonies of #783A39
Complementary color
Monochromatic Colors of #783A39
Black with #783A39
Text Example
Text Example
White with #783A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A39; }
p { color: rgb(120,58,57); }
H1.HeaderClassName
{
color: #783A39;
}
.AnyTagClassName
{
color: #783A39;
}
</style>
background-color css
<style>
a { background-color: #783A39; }
a { background-color: rgb(120,58,57); }
div.DivClassName
{
background-color: #783A39;
}
.BgClassName
{
background-color: #783A39;
}
</style>
border-color css
<style>
span { border-color: #783A39; }
span { border-color: rgb(120,58,57); }
td.TdClassName
{
border-color: #783A39;
}
.TagClassName
{
border-color: #783A39;
}
</style>