Shades of Crown Of Thorns #743C35
Tints of Crown Of Thorns #743C35
RGB
CMYK
RGB Variations
Color information
#743C35 (or 0x743C35) is known color: Crown Of Thorns. HEX triplet: 74, 3C and 35. RGB value is (116,60,53). Sum of RGB (Red+Green+Blue) = 116+60+53=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C35 is #8BC3CA. Grayscale: #4C4C4C. Windows color (decimal): -9159627 or 3488884. OLE color: 3488884.
HSL color Cylindrical-coordinate representation of color #743C35: hue angle of 6.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #743C35 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 53 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.55 |
| HSL | 6.67º | 0.37% | 0.33% | - |
| HSV(B) | 6.67º | 0.54% | 0.45% | - |
| XYZ | 9.46 | 7.2 | 4.26 | - |
| YUV | 75.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 53 | 0 | 0.48 | 0.54 | 0.55 | 6.67 | 0.37 | 0.33 |
| Hex | 74 | 3C | 35 | 0 | 30 | 36 | 37 | 7 | 25 | 21 |
| Octal | 164 | 74 | 65 | 0 | 60 | 66 | 67 | 7 | 45 | 41 |
| Binary | 1110100 | 111100 | 110101 | 0 | 110000 | 110110 | 110111 | 111 | 100101 | 100001 |
Color Harmonies of #743C35
Complementary color
Monochromatic Colors of #743C35
Black with #743C35
Text Example
Text Example
White with #743C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C35; }
p { color: rgb(116,60,53); }
H1.HeaderClassName
{
color: #743C35;
}
.AnyTagClassName
{
color: #743C35;
}
</style>
background-color css
<style>
a { background-color: #743C35; }
a { background-color: rgb(116,60,53); }
div.DivClassName
{
background-color: #743C35;
}
.BgClassName
{
background-color: #743C35;
}
</style>
border-color css
<style>
span { border-color: #743C35; }
span { border-color: rgb(116,60,53); }
td.TdClassName
{
border-color: #743C35;
}
.TagClassName
{
border-color: #743C35;
}
</style>