Shades of Crown Of Thorns #7D382B
Tints of Crown Of Thorns #7D382B
RGB
CMYK
RGB Variations
Color information
#7D382B (or 0x7D382B) is known color: Crown Of Thorns. HEX triplet: 7D, 38 and 2B. RGB value is (125,56,43). Sum of RGB (Red+Green+Blue) = 125+56+43=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D382B is #82C7D4. Grayscale: #4B4B4B. Windows color (decimal): -8570837 or 2832509. OLE color: 2832509.
HSL color Cylindrical-coordinate representation of color #7D382B: hue angle of 9.51º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D382B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 43 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.51 |
| HSL | 9.51º | 0.49% | 0.33% | - |
| HSV(B) | 9.51º | 0.66% | 0.49% | - |
| XYZ | 10.31 | 7.36 | 3.16 | - |
| YUV | 75.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 43 | 0 | 0.55 | 0.66 | 0.51 | 9.51 | 0.49 | 0.33 |
| Hex | 7D | 38 | 2B | 0 | 37 | 42 | 33 | A | 31 | 21 |
| Octal | 175 | 70 | 53 | 0 | 67 | 102 | 63 | 12 | 61 | 41 |
| Binary | 1111101 | 111000 | 101011 | 0 | 110111 | 1000010 | 110011 | 1010 | 110001 | 100001 |
Color Harmonies of #7D382B
Complementary color
Monochromatic Colors of #7D382B
Black with #7D382B
Text Example
Text Example
White with #7D382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D382B; }
p { color: rgb(125,56,43); }
H1.HeaderClassName
{
color: #7D382B;
}
.AnyTagClassName
{
color: #7D382B;
}
</style>
background-color css
<style>
a { background-color: #7D382B; }
a { background-color: rgb(125,56,43); }
div.DivClassName
{
background-color: #7D382B;
}
.BgClassName
{
background-color: #7D382B;
}
</style>
border-color css
<style>
span { border-color: #7D382B; }
span { border-color: rgb(125,56,43); }
td.TdClassName
{
border-color: #7D382B;
}
.TagClassName
{
border-color: #7D382B;
}
</style>