Shades of Crown Of Thorns #7A3833
Tints of Crown Of Thorns #7A3833
RGB
CMYK
RGB Variations
Color information
#7A3833 (or 0x7A3833) is known color: Crown Of Thorns. HEX triplet: 7A, 38 and 33. RGB value is (122,56,51). Sum of RGB (Red+Green+Blue) = 122+56+51=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3833 is #85C7CC. Grayscale: #4B4B4B. Windows color (decimal): -8767437 or 3356794. OLE color: 3356794.
HSL color Cylindrical-coordinate representation of color #7A3833: hue angle of 4.23º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3833 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 51 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.52 |
| HSL | 4.23º | 0.41% | 0.34% | - |
| HSV(B) | 4.23º | 0.58% | 0.48% | - |
| XYZ | 10.04 | 7.2 | 3.99 | - |
| YUV | 75.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 51 | 0 | 0.54 | 0.58 | 0.52 | 4.23 | 0.41 | 0.34 |
| Hex | 7A | 38 | 33 | 0 | 36 | 3A | 34 | 4 | 29 | 22 |
| Octal | 172 | 70 | 63 | 0 | 66 | 72 | 64 | 4 | 51 | 42 |
| Binary | 1111010 | 111000 | 110011 | 0 | 110110 | 111010 | 110100 | 100 | 101001 | 100010 |
Color Harmonies of #7A3833
Complementary color
Monochromatic Colors of #7A3833
Black with #7A3833
Text Example
Text Example
White with #7A3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3833; }
p { color: rgb(122,56,51); }
H1.HeaderClassName
{
color: #7A3833;
}
.AnyTagClassName
{
color: #7A3833;
}
</style>
background-color css
<style>
a { background-color: #7A3833; }
a { background-color: rgb(122,56,51); }
div.DivClassName
{
background-color: #7A3833;
}
.BgClassName
{
background-color: #7A3833;
}
</style>
border-color css
<style>
span { border-color: #7A3833; }
span { border-color: rgb(122,56,51); }
td.TdClassName
{
border-color: #7A3833;
}
.TagClassName
{
border-color: #7A3833;
}
</style>