Shades of Crown Of Thorns #783C33
Tints of Crown Of Thorns #783C33
RGB
CMYK
RGB Variations
Color information
#783C33 (or 0x783C33) is known color: Crown Of Thorns. HEX triplet: 78, 3C and 33. RGB value is (120,60,51). Sum of RGB (Red+Green+Blue) = 120+60+51=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #783C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C33 is #87C3CC. Grayscale: #4D4D4D. Windows color (decimal): -8897485 or 3357816. OLE color: 3357816.
HSL color Cylindrical-coordinate representation of color #783C33: hue angle of 7.83º 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 #783C33 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 51 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.53 |
| HSL | 7.83º | 0.4% | 0.34% | - |
| HSV(B) | 7.83º | 0.58% | 0.47% | - |
| XYZ | 9.96 | 7.46 | 4.05 | - |
| YUV | 76.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 51 | 0 | 0.5 | 0.58 | 0.53 | 7.83 | 0.4 | 0.34 |
| Hex | 78 | 3C | 33 | 0 | 32 | 3A | 35 | 8 | 28 | 22 |
| Octal | 170 | 74 | 63 | 0 | 62 | 72 | 65 | 10 | 50 | 42 |
| Binary | 1111000 | 111100 | 110011 | 0 | 110010 | 111010 | 110101 | 1000 | 101000 | 100010 |
Color Harmonies of #783C33
Complementary color
Monochromatic Colors of #783C33
Black with #783C33
Text Example
Text Example
White with #783C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C33; }
p { color: rgb(120,60,51); }
H1.HeaderClassName
{
color: #783C33;
}
.AnyTagClassName
{
color: #783C33;
}
</style>
background-color css
<style>
a { background-color: #783C33; }
a { background-color: rgb(120,60,51); }
div.DivClassName
{
background-color: #783C33;
}
.BgClassName
{
background-color: #783C33;
}
</style>
border-color css
<style>
span { border-color: #783C33; }
span { border-color: rgb(120,60,51); }
td.TdClassName
{
border-color: #783C33;
}
.TagClassName
{
border-color: #783C33;
}
</style>