Shades of Crown Of Thorns #743D2F
Tints of Crown Of Thorns #743D2F
RGB
CMYK
RGB Variations
Color information
#743D2F (or 0x743D2F) is known color: Crown Of Thorns. HEX triplet: 74, 3D and 2F. RGB value is (116,61,47). Sum of RGB (Red+Green+Blue) = 116+61+47=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D2F is #8BC2D0. Grayscale: #4B4B4B. Windows color (decimal): -9159377 or 3095924. OLE color: 3095924.
HSL color Cylindrical-coordinate representation of color #743D2F: hue angle of 12.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743D2F is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 47 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.55 |
| HSL | 12.17º | 0.42% | 0.32% | - |
| HSV(B) | 12.17º | 0.59% | 0.45% | - |
| XYZ | 9.38 | 7.26 | 3.6 | - |
| YUV | 75.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 47 | 0 | 0.47 | 0.59 | 0.55 | 12.17 | 0.42 | 0.32 |
| Hex | 74 | 3D | 2F | 0 | 2F | 3B | 37 | C | 2A | 20 |
| Octal | 164 | 75 | 57 | 0 | 57 | 73 | 67 | 14 | 52 | 40 |
| Binary | 1110100 | 111101 | 101111 | 0 | 101111 | 111011 | 110111 | 1100 | 101010 | 100000 |
Color Harmonies of #743D2F
Complementary color
Monochromatic Colors of #743D2F
Black with #743D2F
Text Example
Text Example
White with #743D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D2F; }
p { color: rgb(116,61,47); }
H1.HeaderClassName
{
color: #743D2F;
}
.AnyTagClassName
{
color: #743D2F;
}
</style>
background-color css
<style>
a { background-color: #743D2F; }
a { background-color: rgb(116,61,47); }
div.DivClassName
{
background-color: #743D2F;
}
.BgClassName
{
background-color: #743D2F;
}
</style>
border-color css
<style>
span { border-color: #743D2F; }
span { border-color: rgb(116,61,47); }
td.TdClassName
{
border-color: #743D2F;
}
.TagClassName
{
border-color: #743D2F;
}
</style>