Shades of Crown Of Thorns #743D3A
Tints of Crown Of Thorns #743D3A
RGB
CMYK
RGB Variations
Color information
#743D3A (or 0x743D3A) is known color: Crown Of Thorns. HEX triplet: 74, 3D and 3A. RGB value is (116,61,58). Sum of RGB (Red+Green+Blue) = 116+61+58=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D3A is #8BC2C5. Grayscale: #4D4D4D. Windows color (decimal): -9159366 or 3816820. OLE color: 3816820.
HSL color Cylindrical-coordinate representation of color #743D3A: hue angle of 3.1º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743D3A is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 58 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.55 |
| HSL | 3.1º | 0.33% | 0.34% | - |
| HSV(B) | 3.1º | 0.5% | 0.45% | - |
| XYZ | 9.63 | 7.36 | 4.92 | - |
| YUV | 77.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 58 | 0 | 0.47 | 0.5 | 0.55 | 3.1 | 0.33 | 0.34 |
| Hex | 74 | 3D | 3A | 0 | 2F | 32 | 37 | 3 | 21 | 22 |
| Octal | 164 | 75 | 72 | 0 | 57 | 62 | 67 | 3 | 41 | 42 |
| Binary | 1110100 | 111101 | 111010 | 0 | 101111 | 110010 | 110111 | 11 | 100001 | 100010 |
Color Harmonies of #743D3A
Complementary color
Monochromatic Colors of #743D3A
Black with #743D3A
Text Example
Text Example
White with #743D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D3A; }
p { color: rgb(116,61,58); }
H1.HeaderClassName
{
color: #743D3A;
}
.AnyTagClassName
{
color: #743D3A;
}
</style>
background-color css
<style>
a { background-color: #743D3A; }
a { background-color: rgb(116,61,58); }
div.DivClassName
{
background-color: #743D3A;
}
.BgClassName
{
background-color: #743D3A;
}
</style>
border-color css
<style>
span { border-color: #743D3A; }
span { border-color: rgb(116,61,58); }
td.TdClassName
{
border-color: #743D3A;
}
.TagClassName
{
border-color: #743D3A;
}
</style>