#7D303F

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

Shades of Paprika #7D303F

Tints of Paprika #7D303F

Color information

#7D303F (or 0x7D303F) is unknown color: approx Paprika. HEX triplet: 7D, 30 and 3F. RGB value is (125,48,63). Sum of RGB (Red+Green+Blue) = 125+48+63=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D303F is #82CFC0. Grayscale: #484848. Windows color (decimal): -8572865 or 4141181. OLE color: 4141181.

HSL color Cylindrical-coordinate representation of color #7D303F: hue angle of 348.31º 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 #7D303F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1254863-
CMYK00.620.500.51
HSL348.31º44.51%33.92%-
HSV(B)348.31º61.6%49.02%-
XYZ10.416.835.47-
YUV72.73122.51165.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.97%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 63 (25% from 255) = 26.69%
R=52.97%
G=20.34%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125486300.620.500.51348.3144.5133.92
Hex7D303F03E323315c2d22
Octal175607707662635345542
Binary11111011100001111110111110110010110011101011100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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