Shades of Crown Of Thorns #743F33
Tints of Crown Of Thorns #743F33
RGB
CMYK
RGB Variations
Color information
#743F33 (or 0x743F33) is known color: Crown Of Thorns. HEX triplet: 74, 3F and 33. RGB value is (116,63,51). Sum of RGB (Red+Green+Blue) = 116+63+51=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #743F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F33 is #8BC0CC. Grayscale: #4D4D4D. Windows color (decimal): -9158861 or 3358580. OLE color: 3358580.
HSL color Cylindrical-coordinate representation of color #743F33: hue angle of 11.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743F33 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 51 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.55 |
| HSL | 11.08º | 0.39% | 0.33% | - |
| HSV(B) | 11.08º | 0.56% | 0.45% | - |
| XYZ | 9.58 | 7.51 | 4.08 | - |
| YUV | 77.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 51 | 0 | 0.46 | 0.56 | 0.55 | 11.08 | 0.39 | 0.33 |
| Hex | 74 | 3F | 33 | 0 | 2E | 38 | 37 | B | 27 | 21 |
| Octal | 164 | 77 | 63 | 0 | 56 | 70 | 67 | 13 | 47 | 41 |
| Binary | 1110100 | 111111 | 110011 | 0 | 101110 | 111000 | 110111 | 1011 | 100111 | 100001 |
Color Harmonies of #743F33
Complementary color
Monochromatic Colors of #743F33
Black with #743F33
Text Example
Text Example
White with #743F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F33; }
p { color: rgb(116,63,51); }
H1.HeaderClassName
{
color: #743F33;
}
.AnyTagClassName
{
color: #743F33;
}
</style>
background-color css
<style>
a { background-color: #743F33; }
a { background-color: rgb(116,63,51); }
div.DivClassName
{
background-color: #743F33;
}
.BgClassName
{
background-color: #743F33;
}
</style>
border-color css
<style>
span { border-color: #743F33; }
span { border-color: rgb(116,63,51); }
td.TdClassName
{
border-color: #743F33;
}
.TagClassName
{
border-color: #743F33;
}
</style>