Shades of Crown Of Thorns #783A33
Tints of Crown Of Thorns #783A33
RGB
CMYK
RGB Variations
Color information
#783A33 (or 0x783A33) is known color: Crown Of Thorns. HEX triplet: 78, 3A and 33. RGB value is (120,58,51). Sum of RGB (Red+Green+Blue) = 120+58+51=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #783A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A33 is #87C5CC. Grayscale: #4B4B4B. Windows color (decimal): -8897997 or 3357304. OLE color: 3357304.
HSL color Cylindrical-coordinate representation of color #783A33: hue angle of 6.09º 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 #783A33 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 51 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.53 |
| HSL | 6.09º | 0.4% | 0.34% | - |
| HSV(B) | 6.09º | 0.58% | 0.47% | - |
| XYZ | 9.86 | 7.26 | 4.01 | - |
| YUV | 75.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 51 | 0 | 0.52 | 0.58 | 0.53 | 6.09 | 0.4 | 0.34 |
| Hex | 78 | 3A | 33 | 0 | 34 | 3A | 35 | 6 | 28 | 22 |
| Octal | 170 | 72 | 63 | 0 | 64 | 72 | 65 | 6 | 50 | 42 |
| Binary | 1111000 | 111010 | 110011 | 0 | 110100 | 111010 | 110101 | 110 | 101000 | 100010 |
Color Harmonies of #783A33
Complementary color
Monochromatic Colors of #783A33
Black with #783A33
Text Example
Text Example
White with #783A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A33; }
p { color: rgb(120,58,51); }
H1.HeaderClassName
{
color: #783A33;
}
.AnyTagClassName
{
color: #783A33;
}
</style>
background-color css
<style>
a { background-color: #783A33; }
a { background-color: rgb(120,58,51); }
div.DivClassName
{
background-color: #783A33;
}
.BgClassName
{
background-color: #783A33;
}
</style>
border-color css
<style>
span { border-color: #783A33; }
span { border-color: rgb(120,58,51); }
td.TdClassName
{
border-color: #783A33;
}
.TagClassName
{
border-color: #783A33;
}
</style>