Shades of Crown Of Thorns #753F31
Tints of Crown Of Thorns #753F31
RGB
CMYK
RGB Variations
Color information
#753F31 (or 0x753F31) is known color: Crown Of Thorns. HEX triplet: 75, 3F and 31. RGB value is (117,63,49). Sum of RGB (Red+Green+Blue) = 117+63+49=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F31 is #8AC0CE. Grayscale: #4D4D4D. Windows color (decimal): -9093327 or 3227509. OLE color: 3227509.
HSL color Cylindrical-coordinate representation of color #753F31: hue angle of 12.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753F31 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 49 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.54 |
| HSL | 12.35º | 0.41% | 0.33% | - |
| HSV(B) | 12.35º | 0.58% | 0.46% | - |
| XYZ | 9.67 | 7.56 | 3.86 | - |
| YUV | 77.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 49 | 0 | 0.46 | 0.58 | 0.54 | 12.35 | 0.41 | 0.33 |
| Hex | 75 | 3F | 31 | 0 | 2E | 3A | 36 | C | 29 | 21 |
| Octal | 165 | 77 | 61 | 0 | 56 | 72 | 66 | 14 | 51 | 41 |
| Binary | 1110101 | 111111 | 110001 | 0 | 101110 | 111010 | 110110 | 1100 | 101001 | 100001 |
Color Harmonies of #753F31
Complementary color
Monochromatic Colors of #753F31
Black with #753F31
Text Example
Text Example
White with #753F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F31; }
p { color: rgb(117,63,49); }
H1.HeaderClassName
{
color: #753F31;
}
.AnyTagClassName
{
color: #753F31;
}
</style>
background-color css
<style>
a { background-color: #753F31; }
a { background-color: rgb(117,63,49); }
div.DivClassName
{
background-color: #753F31;
}
.BgClassName
{
background-color: #753F31;
}
</style>
border-color css
<style>
span { border-color: #753F31; }
span { border-color: rgb(117,63,49); }
td.TdClassName
{
border-color: #753F31;
}
.TagClassName
{
border-color: #753F31;
}
</style>