Shades of Crown Of Thorns #7C362D
Tints of Crown Of Thorns #7C362D
RGB
CMYK
RGB Variations
Color information
#7C362D (or 0x7C362D) is known color: Crown Of Thorns. HEX triplet: 7C, 36 and 2D. RGB value is (124,54,45). Sum of RGB (Red+Green+Blue) = 124+54+45=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C362D is #83C9D2. Grayscale: #4A4A4A. Windows color (decimal): -8636883 or 2963068. OLE color: 2963068.
HSL color Cylindrical-coordinate representation of color #7C362D: hue angle of 6.84º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C362D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 45 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.51 |
| HSL | 6.84º | 0.47% | 0.33% | - |
| HSV(B) | 6.84º | 0.64% | 0.49% | - |
| XYZ | 10.11 | 7.11 | 3.32 | - |
| YUV | 73.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 45 | 0 | 0.56 | 0.64 | 0.51 | 6.84 | 0.47 | 0.33 |
| Hex | 7C | 36 | 2D | 0 | 38 | 40 | 33 | 7 | 2F | 21 |
| Octal | 174 | 66 | 55 | 0 | 70 | 100 | 63 | 7 | 57 | 41 |
| Binary | 1111100 | 110110 | 101101 | 0 | 111000 | 1000000 | 110011 | 111 | 101111 | 100001 |
Color Harmonies of #7C362D
Complementary color
Monochromatic Colors of #7C362D
Black with #7C362D
Text Example
Text Example
White with #7C362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C362D; }
p { color: rgb(124,54,45); }
H1.HeaderClassName
{
color: #7C362D;
}
.AnyTagClassName
{
color: #7C362D;
}
</style>
background-color css
<style>
a { background-color: #7C362D; }
a { background-color: rgb(124,54,45); }
div.DivClassName
{
background-color: #7C362D;
}
.BgClassName
{
background-color: #7C362D;
}
</style>
border-color css
<style>
span { border-color: #7C362D; }
span { border-color: rgb(124,54,45); }
td.TdClassName
{
border-color: #7C362D;
}
.TagClassName
{
border-color: #7C362D;
}
</style>