Shades of Crown Of Thorns #7B382D
Tints of Crown Of Thorns #7B382D
RGB
CMYK
RGB Variations
Color information
#7B382D (or 0x7B382D) is known color: Crown Of Thorns. HEX triplet: 7B, 38 and 2D. RGB value is (123,56,45). Sum of RGB (Red+Green+Blue) = 123+56+45=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382D is #84C7D2. Grayscale: #4A4A4A. Windows color (decimal): -8701907 or 2963579. OLE color: 2963579.
HSL color Cylindrical-coordinate representation of color #7B382D: hue angle of 8.46º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B382D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 45 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.52 |
| HSL | 8.46º | 0.46% | 0.33% | - |
| HSV(B) | 8.46º | 0.63% | 0.48% | - |
| XYZ | 10.06 | 7.23 | 3.35 | - |
| YUV | 74.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 45 | 0 | 0.54 | 0.63 | 0.52 | 8.46 | 0.46 | 0.33 |
| Hex | 7B | 38 | 2D | 0 | 36 | 3F | 34 | 8 | 2E | 21 |
| Octal | 173 | 70 | 55 | 0 | 66 | 77 | 64 | 10 | 56 | 41 |
| Binary | 1111011 | 111000 | 101101 | 0 | 110110 | 111111 | 110100 | 1000 | 101110 | 100001 |
Color Harmonies of #7B382D
Complementary color
Monochromatic Colors of #7B382D
Black with #7B382D
Text Example
Text Example
White with #7B382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B382D; }
p { color: rgb(123,56,45); }
H1.HeaderClassName
{
color: #7B382D;
}
.AnyTagClassName
{
color: #7B382D;
}
</style>
background-color css
<style>
a { background-color: #7B382D; }
a { background-color: rgb(123,56,45); }
div.DivClassName
{
background-color: #7B382D;
}
.BgClassName
{
background-color: #7B382D;
}
</style>
border-color css
<style>
span { border-color: #7B382D; }
span { border-color: rgb(123,56,45); }
td.TdClassName
{
border-color: #7B382D;
}
.TagClassName
{
border-color: #7B382D;
}
</style>