Shades of Claret #781A33
Tints of Claret #781A33
RGB
CMYK
RGB Variations
Color information
#781A33 (or 0x781A33) is known color: Claret. HEX triplet: 78, 1A and 33. RGB value is (120,26,51). Sum of RGB (Red+Green+Blue) = 120+26+51=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #781A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A33 is #87E5CC. Grayscale: #383838. Windows color (decimal): -8906189 or 3349112. OLE color: 3349112.
HSL color Cylindrical-coordinate representation of color #781A33: hue angle of 344.04º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A33 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 51 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.53 |
| HSL | 344.04º | 0.64% | 0.29% | - |
| HSV(B) | 344.04º | 0.78% | 0.47% | - |
| XYZ | 8.71 | 4.97 | 3.63 | - |
| YUV | 56.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 51 | 0 | 0.78 | 0.58 | 0.53 | 344.04 | 0.64 | 0.29 |
| Hex | 78 | 1A | 33 | 0 | 4E | 3A | 35 | 158 | 40 | 1D |
| Octal | 170 | 32 | 63 | 0 | 116 | 72 | 65 | 530 | 100 | 35 |
| Binary | 1111000 | 11010 | 110011 | 0 | 1001110 | 111010 | 110101 | 101011000 | 1000000 | 11101 |
Color Harmonies of #781A33
Complementary color
Monochromatic Colors of #781A33
Black with #781A33
Text Example
Text Example
White with #781A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A33; }
p { color: rgb(120,26,51); }
H1.HeaderClassName
{
color: #781A33;
}
.AnyTagClassName
{
color: #781A33;
}
</style>
background-color css
<style>
a { background-color: #781A33; }
a { background-color: rgb(120,26,51); }
div.DivClassName
{
background-color: #781A33;
}
.BgClassName
{
background-color: #781A33;
}
</style>
border-color css
<style>
span { border-color: #781A33; }
span { border-color: rgb(120,26,51); }
td.TdClassName
{
border-color: #781A33;
}
.TagClassName
{
border-color: #781A33;
}
</style>