#7D3040

Color #7D3040 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7D3040

Tints of Paprika #7D3040

Color information

#7D3040 (or 0x7D3040) is unknown color: approx Paprika. HEX triplet: 7D, 30 and 40. RGB value is (125,48,64). Sum of RGB (Red+Green+Blue) = 125+48+64=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3040 is #82CFBF. Grayscale: #484848. Windows color (decimal): -8572864 or 4206717. OLE color: 4206717.

HSL color Cylindrical-coordinate representation of color #7D3040: hue angle of 347.53º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3040 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1254864-
CMYK00.620.490.51
HSL347.53º44.51%33.92%-
HSV(B)347.53º61.6%49.02%-
XYZ10.446.845.62-
YUV72.85123.01165.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=52.74%
G=20.25%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125486400.620.490.51347.5344.5133.92
Hex7D304003E313315c2d22
Octal1756010007661635345542
Binary111110111000010000000111110110001110011101011100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3040; }

 p { color: rgb(125,48,64); }

 H1.HeaderClassName
 {
   color: #7D3040;
 }
 .AnyTagClassName
 {
   color: #7D3040;
 }
</style>
background-color css

<style>
 a { background-color: #7D3040; }

 a { background-color: rgb(125,48,64); }

 div.DivClassName
 {
   background-color: #7D3040;
 }
 .BgClassName
 {
   background-color: #7D3040;
 }
</style>
border-color css

<style>
 span { border-color: #7D3040; }

 span { border-color: rgb(125,48,64); }

 td.TdClassName
 {
   border-color: #7D3040;
 }
 .TagClassName
 {
   border-color: #7D3040;
 }
</style>