Shades of Red Robin #7D3F3D
Tints of Red Robin #7D3F3D
RGB
CMYK
RGB Variations
Color information
#7D3F3D (or 0x7D3F3D) is known color: Red Robin. HEX triplet: 7D, 3F and 3D. RGB value is (125,63,61). Sum of RGB (Red+Green+Blue) = 125+63+61=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F3D is #82C0C2. Grayscale: #515151. Windows color (decimal): -8569027 or 4013949. OLE color: 4013949.
HSL color Cylindrical-coordinate representation of color #7D3F3D: hue angle of 1.88º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3F3D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 61 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.51 |
| HSL | 1.88º | 0.34% | 0.36% | - |
| HSV(B) | 1.88º | 0.51% | 0.49% | - |
| XYZ | 11.08 | 8.25 | 5.42 | - |
| YUV | 81.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 61 | 0 | 0.50 | 0.51 | 0.51 | 1.88 | 0.34 | 0.36 |
| Hex | 7D | 3F | 3D | 0 | 32 | 33 | 33 | 2 | 22 | 24 |
| Octal | 175 | 77 | 75 | 0 | 62 | 63 | 63 | 2 | 42 | 44 |
| Binary | 1111101 | 111111 | 111101 | 0 | 110010 | 110011 | 110011 | 10 | 100010 | 100100 |
Color Harmonies of #7D3F3D
Complementary color
Monochromatic Colors of #7D3F3D
Black with #7D3F3D
Text Example
Text Example
White with #7D3F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F3D; }
p { color: rgb(125,63,61); }
H1.HeaderClassName
{
color: #7D3F3D;
}
.AnyTagClassName
{
color: #7D3F3D;
}
</style>
background-color css
<style>
a { background-color: #7D3F3D; }
a { background-color: rgb(125,63,61); }
div.DivClassName
{
background-color: #7D3F3D;
}
.BgClassName
{
background-color: #7D3F3D;
}
</style>
border-color css
<style>
span { border-color: #7D3F3D; }
span { border-color: rgb(125,63,61); }
td.TdClassName
{
border-color: #7D3F3D;
}
.TagClassName
{
border-color: #7D3F3D;
}
</style>