Shades of Crown Of Thorns #743A30
Tints of Crown Of Thorns #743A30
RGB
CMYK
RGB Variations
Color information
#743A30 (or 0x743A30) is known color: Crown Of Thorns. HEX triplet: 74, 3A and 30. RGB value is (116,58,48). Sum of RGB (Red+Green+Blue) = 116+58+48=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A30 is #8BC5CF. Grayscale: #4A4A4A. Windows color (decimal): -9160144 or 3160692. OLE color: 3160692.
HSL color Cylindrical-coordinate representation of color #743A30: hue angle of 8.82º degrees, saturation: 0.41, 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 #743A30 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 48 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.55 |
| HSL | 8.82º | 0.41% | 0.32% | - |
| HSV(B) | 8.82º | 0.59% | 0.45% | - |
| XYZ | 9.25 | 6.95 | 3.65 | - |
| YUV | 74.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 48 | 0 | 0.5 | 0.59 | 0.55 | 8.82 | 0.41 | 0.32 |
| Hex | 74 | 3A | 30 | 0 | 32 | 3B | 37 | 9 | 29 | 20 |
| Octal | 164 | 72 | 60 | 0 | 62 | 73 | 67 | 11 | 51 | 40 |
| Binary | 1110100 | 111010 | 110000 | 0 | 110010 | 111011 | 110111 | 1001 | 101001 | 100000 |
Color Harmonies of #743A30
Complementary color
Monochromatic Colors of #743A30
Black with #743A30
Text Example
Text Example
White with #743A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A30; }
p { color: rgb(116,58,48); }
H1.HeaderClassName
{
color: #743A30;
}
.AnyTagClassName
{
color: #743A30;
}
</style>
background-color css
<style>
a { background-color: #743A30; }
a { background-color: rgb(116,58,48); }
div.DivClassName
{
background-color: #743A30;
}
.BgClassName
{
background-color: #743A30;
}
</style>
border-color css
<style>
span { border-color: #743A30; }
span { border-color: rgb(116,58,48); }
td.TdClassName
{
border-color: #743A30;
}
.TagClassName
{
border-color: #743A30;
}
</style>