Shades of Claret #78253D
Tints of Claret #78253D
RGB
CMYK
RGB Variations
Color information
#78253D (or 0x78253D) is known color: Claret. HEX triplet: 78, 25 and 3D. RGB value is (120,37,61). Sum of RGB (Red+Green+Blue) = 120+37+61=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78253D is #87DAC2. Grayscale: #404040. Windows color (decimal): -8903363 or 4007288. OLE color: 4007288.
HSL color Cylindrical-coordinate representation of color #78253D: hue angle of 342.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78253D is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 61 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.53 |
| HSL | 342.65º | 0.53% | 0.31% | - |
| HSV(B) | 342.65º | 0.69% | 0.47% | - |
| XYZ | 9.25 | 5.65 | 5.02 | - |
| YUV | 64.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 61 | 0 | 0.69 | 0.49 | 0.53 | 342.65 | 0.53 | 0.31 |
| Hex | 78 | 25 | 3D | 0 | 45 | 31 | 35 | 157 | 35 | 1F |
| Octal | 170 | 45 | 75 | 0 | 105 | 61 | 65 | 527 | 65 | 37 |
| Binary | 1111000 | 100101 | 111101 | 0 | 1000101 | 110001 | 110101 | 101010111 | 110101 | 11111 |
Color Harmonies of #78253D
Complementary color
Monochromatic Colors of #78253D
Black with #78253D
Text Example
Text Example
White with #78253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78253D; }
p { color: rgb(120,37,61); }
H1.HeaderClassName
{
color: #78253D;
}
.AnyTagClassName
{
color: #78253D;
}
</style>
background-color css
<style>
a { background-color: #78253D; }
a { background-color: rgb(120,37,61); }
div.DivClassName
{
background-color: #78253D;
}
.BgClassName
{
background-color: #78253D;
}
</style>
border-color css
<style>
span { border-color: #78253D; }
span { border-color: rgb(120,37,61); }
td.TdClassName
{
border-color: #78253D;
}
.TagClassName
{
border-color: #78253D;
}
</style>