Shades of Paprika #7D273D
Tints of Paprika #7D273D
RGB
CMYK
RGB Variations
Color information
#7D273D (or 0x7D273D) is known color: Paprika. HEX triplet: 7D, 27 and 3D. RGB value is (125,39,61). Sum of RGB (Red+Green+Blue) = 125+39+61=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D273D is #82D8C2. Grayscale: #434343. Windows color (decimal): -8575171 or 4007805. OLE color: 4007805.
HSL color Cylindrical-coordinate representation of color #7D273D: hue angle of 344.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D273D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 61 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.51 |
| HSL | 344.65º | 0.52% | 0.32% | - |
| HSV(B) | 344.65º | 0.69% | 0.49% | - |
| XYZ | 10.03 | 6.15 | 5.07 | - |
| YUV | 67.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 61 | 0 | 0.69 | 0.51 | 0.51 | 344.65 | 0.52 | 0.32 |
| Hex | 7D | 27 | 3D | 0 | 45 | 33 | 33 | 159 | 34 | 20 |
| Octal | 175 | 47 | 75 | 0 | 105 | 63 | 63 | 531 | 64 | 40 |
| Binary | 1111101 | 100111 | 111101 | 0 | 1000101 | 110011 | 110011 | 101011001 | 110100 | 100000 |
Color Harmonies of #7D273D
Complementary color
Monochromatic Colors of #7D273D
Black with #7D273D
Text Example
Text Example
White with #7D273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D273D; }
p { color: rgb(125,39,61); }
H1.HeaderClassName
{
color: #7D273D;
}
.AnyTagClassName
{
color: #7D273D;
}
</style>
background-color css
<style>
a { background-color: #7D273D; }
a { background-color: rgb(125,39,61); }
div.DivClassName
{
background-color: #7D273D;
}
.BgClassName
{
background-color: #7D273D;
}
</style>
border-color css
<style>
span { border-color: #7D273D; }
span { border-color: rgb(125,39,61); }
td.TdClassName
{
border-color: #7D273D;
}
.TagClassName
{
border-color: #7D273D;
}
</style>